IEditorOptions.OptionChanged Event

Definition

Occurs when any option changes. Options that change in the global scope cause this event to be raised if they are also applicable to this scope.

public:
 event EventHandler<Microsoft::VisualStudio::Text::Editor::EditorOptionChangedEventArgs ^> ^ OptionChanged;
event EventHandler<Microsoft.VisualStudio.Text.Editor.EditorOptionChangedEventArgs> OptionChanged;
member this.OptionChanged : EventHandler<Microsoft.VisualStudio.Text.Editor.EditorOptionChangedEventArgs> 
Event OptionChanged As EventHandler(Of EditorOptionChangedEventArgs) 

Event Type

Remarks

Options that change in the global scope cause this event to be raised if they are also applicable to this scope.

Applies to