IEditorOptions::OptionChanged Event

 

Occurs when any option changes.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

event EventHandler<EditorOptionChangedEventArgs^>^ OptionChanged {
	void add(EventHandler<EditorOptionChangedEventArgs^>^ value);
	void remove(EventHandler<EditorOptionChangedEventArgs^>^ value);
}

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

Return to top
Show: