Compartilhar via


Evento IWpfTextView.BackgroundBrushChanged

Ocorre quando o Background está definida.

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

Sintaxe

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

Segurança do .NET Framework

Consulte também

Referência

IWpfTextView Interface

Namespace Microsoft.VisualStudio.Text.Editor