BackgroundBrushChangedEventArgs(Brush) Constructor

Definition

Initializes a new instance of a BackgroundBrushChangedEventArgs.

public:
 BackgroundBrushChangedEventArgs(System::Windows::Media::Brush ^ newBackgroundBrush);
public BackgroundBrushChangedEventArgs (System.Windows.Media.Brush newBackgroundBrush);
new Microsoft.VisualStudio.Text.Editor.BackgroundBrushChangedEventArgs : System.Windows.Media.Brush -> Microsoft.VisualStudio.Text.Editor.BackgroundBrushChangedEventArgs
Public Sub New (newBackgroundBrush As Brush)

Parameters

newBackgroundBrush
Brush

The new Brush for an IWpfTextView.

Exceptions

newBackgroundBrush is null.

Applies to