IActiveEditorViewChangeEventSink Interface
Provides the base requirements for an object that can be notified of SyntaxEditor.ActiveView property change events.
public interface IActiveEditorViewChangeEventSink
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
NotifyActiveEditorViewChanged(SyntaxEditor, EditorViewChangedEventArgs)
Notifies after a SyntaxEditor.ActiveView property is changed.
void NotifyActiveEditorViewChanged(SyntaxEditor editor, EditorViewChangedEventArgs e)
Parameter | Type | Description |
---|---|---|
editor | SyntaxEditor | The SyntaxEditor whose ActiveView property is changed. |
e | EditorViewChangedEventArgs | The |