IOutliningManager.OutliningEnabledChanged, événement
Se produit lorsque le mode Plan est activé ou désactivé.
Espace de noms : Microsoft.VisualStudio.Text.Outlining
Assembly : Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)
Syntaxe
'Déclaration
Event OutliningEnabledChanged As EventHandler(Of OutliningEnabledEventArgs)
event EventHandler<OutliningEnabledEventArgs> OutliningEnabledChanged
event EventHandler<OutliningEnabledEventArgs^>^ OutliningEnabledChanged {
void add (EventHandler<OutliningEnabledEventArgs^>^ value);
void remove (EventHandler<OutliningEnabledEventArgs^>^ value);
}
abstract OutliningEnabledChanged : IEvent<EventHandler<OutliningEnabledEventArgs>,
OutliningEnabledEventArgs>
JScript ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.