Constructor ActivateEventArgs
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.