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)

event EventHandler<BackgroundBrushChangedEventArgs^>^ BackgroundBrushChanged {
	void add(EventHandler<BackgroundBrushChangedEventArgs^>^ value);
	void remove(EventHandler<BackgroundBrushChangedEventArgs^>^ value);
}
Return to top
Show: