Constructor ActivateEventArgs
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
ActivateEventArgs(string, ITextSource)
Initializes a new instance of the ActivateEventArgs
class with specified parameters.
public ActivateEventArgs(string fileName, ITextSource source)
Parameters
fileName
stringName of the file being edited by the text editor.
source
ITextSourceITextSource
that contains text document.