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