IEditorOptions.OptionChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.