IWpfTextView.BackgroundBrushChanged Event

Occurs when the Background is set.

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

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

IWpfTextView Interface

Microsoft.VisualStudio.Text.Editor Namespace