Class ActivateEventArgs
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Provides data for the Activate
event handler.
public class ActivateEventArgs : EventArgs
- Inheritance
-
ActivateEventArgs
Constructors
- ActivateEventArgs(string, ITextSource)
Initializes a new instance of the
ActivateEventArgs
class with specified parameters.
Properties
- FileName
Gets or sets the name of the file edited by the text editor.
- Source
Gets or sets
ITextSource
that contains text document.