Compartilhar via


Evento IEditorOptions.OptionChanged

Ocorre quando qualquer opção de alterações.

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

Sintaxe

'Declaração
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 não oferece suporte a eventos.

Comentários

Opções que mudam em causa escopo global, este evento a ser gerado se eles também são aplicáveis a este escopo.

Segurança do .NET Framework

Consulte também

Referência

IEditorOptions Interface

Namespace Microsoft.VisualStudio.Text.Editor