BackgroundBrushChangedEventArgs Constructor (Brush^)
Visual Studio 2015
Initializes a new instance of a BackgroundBrushChangedEventArgs.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- newBackgroundBrush
-
Type:
System.Windows.Media::Brush^
The new Brush for an IWpfTextView.
| Exception | Condition |
|---|---|
| ArgumentNullException | newBackgroundBrush is null. |
Show: