BackgroundBrushChangedEventArgs Constructor (Brush^)

 

Initializes a new instance of a BackgroundBrushChangedEventArgs.

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

public:
BackgroundBrushChangedEventArgs(
	Brush^ newBackgroundBrush
)

Parameters

newBackgroundBrush
Type: System.Windows.Media::Brush^

The new Brush for an IWpfTextView.

Exception Condition
ArgumentNullException

newBackgroundBrush is null.

Return to top
Show: