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
NotifyTextInput(IEditorView, TextCompositionEventArgs)
Notifies before text is input to the specified IEditor
Parameter | Type | Description |
---|---|---|
view | IEditor |
The IEditor |
e | Text |
The |