NotifyEventArgs Class
Definition
Namespace: Alternet.Editor.Wpf
Assembly: Alternet.Editor.Wpf.v8.dll
Provides data for the NotifyEvent
handler.
Syntax
public class NotifyEventArgs : EventArgs
Constructors
NotifyEventArgs() | Initializes a new instance of the |
NotifyEventArgs(NotifyState, Int32, Int32, Boolean) | Initializes a new instance of the |
Properties
FirstChanged | Represents index of the first changed line in the text portion of the control. |
LastChanged | Represents index of the last changed line in the text portion of the control. |
State | Represents the reason of change. |
Update | Indicates whether |