IWpfTextView.BackgroundBrushChanged, événement
Se produit lors de la définition de l'élément Background.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Event BackgroundBrushChanged As EventHandler(Of BackgroundBrushChangedEventArgs)
event EventHandler<BackgroundBrushChangedEventArgs> BackgroundBrushChanged
event EventHandler<BackgroundBrushChangedEventArgs^>^ BackgroundBrushChanged {
void add (EventHandler<BackgroundBrushChangedEventArgs^>^ value);
void remove (EventHandler<BackgroundBrushChangedEventArgs^>^ value);
}
abstract BackgroundBrushChanged : IEvent<EventHandler<BackgroundBrushChangedEventArgs>,
BackgroundBrushChangedEventArgs>
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.