Share via


IEditorOptions.OptionChanged, événement

Se produit lorsqu'une option est modifiée.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Notes

Les options modifiées dans la portée globale déclenchent cet événement lorsqu'elles sont également applicables à cette portée.

Sécurité .NET Framework

Voir aussi

Référence

IEditorOptions Interface

Microsoft.VisualStudio.Text.Editor, espace de noms