다음을 통해 공유


IEditorOptions.OptionChanged 이벤트

옵션이 변경될 경우 발생합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.Logic(Microsoft.VisualStudio.Text.Logic.dll)

구문

‘선언
Event OptionChanged As EventHandler(Of EditorOptionChangedEventArgs)
event EventHandler<EditorOptionChangedEventArgs> OptionChanged
event EventHandler<EditorOptionChangedEventArgs^>^ OptionChanged {
    void add (EventHandler<EditorOptionChangedEventArgs^>^ value);
    void remove (EventHandler<EditorOptionChangedEventArgs^>^ value);
}
abstract OptionChanged : IEvent<EventHandler<EditorOptionChangedEventArgs>,
    EditorOptionChangedEventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

설명

전역 범위에서의 옵션 변경이 이 범위에도 적용 가능한 경우 이 이벤트가 발생합니다.

.NET Framework 보안

참고 항목

참조

IEditorOptions 인터페이스

Microsoft.VisualStudio.Text.Editor 네임스페이스