IEditorOptions.OptionChanged 事件

定义

当任何选项发生更改时发生。 如果全局范围中更改的选项也适用于此范围,则会引发此事件。

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) 

事件类型

EventHandler<EditorOptionChangedEventArgs>

注解

如果全局范围中更改的选项也适用于此范围,则会引发此事件。

适用于