Provides the base requirements for an object that can be notified of IEditor
Remarks
Objects implementing this event sink interface can be registered as a service with an ISyntax
Methods
NotifyDocumentTextChanged(SyntaxEditor, EditorSnapshotChangedEventArgs)
Notifies after a text change occurs to an IEditor
Parameter | Type | Description |
---|---|---|
editor | Syntax |
The Syntax |
e | Editor |
The |
NotifyDocumentTextChanging(SyntaxEditor, EditorSnapshotChangingEventArgs)
Notifies before a text change occurs to an IEditor
Parameter | Type | Description |
---|---|---|
editor | Syntax |
The Syntax |
e | Editor |
The |