IEditorViewTextInputEventSink Interface
Provides the base requirements for an object that can be notified of IEditorView text input events.
public interface IEditorViewTextInputEventSink
Remarks
Objects implementing this event sink interface can be registered as a service with an ISyntaxLanguage using the RegisterService(Object, Object) method. Any object implementing this interface will be notified automatically when related events occur.
Methods
NotifyTextInput(IEditorView, TextCompositionEventArgs)
Notifies before text is input to the specified IEditorView.
void NotifyTextInput(IEditorView view, TextCompositionEventArgs e)
Parameter | Type | Description |
---|---|---|
view | IEditorView | The IEditorView that received the event. |
e | TextCompositionEventArgs | The |