Table of Contents

Class NotifyEventArgs

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

Provides data for the NotifyEvent handler.

public class NotifyEventArgs : EventArgs
Inheritance
NotifyEventArgs

Constructors

NotifyEventArgs()

Initializes a new instance of the NotifyEventArgs class with default settings.

NotifyEventArgs(NotifyState, int, int, bool)

Initializes a new instance of the NotifyEventArgs class with specified parameters.

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 ISyntaxEdit control should update its scroll bars and caret position.