Share via


BackgroundBrushChangedEventArgs Constructor

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)

Syntax

'Déclaration
Public Sub New ( _
    newBackgroundBrush As Brush _
)
public BackgroundBrushChangedEventArgs(
    Brush newBackgroundBrush
)
public:
BackgroundBrushChangedEventArgs(
    Brush^ newBackgroundBrush
)
new : 
        newBackgroundBrush:Brush -> BackgroundBrushChangedEventArgs
public function BackgroundBrushChangedEventArgs(
    newBackgroundBrush : Brush
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

newBackgroundBrush is null.

.NET Framework Security

See Also

Reference

BackgroundBrushChangedEventArgs Class

Microsoft.VisualStudio.Text.Editor Namespace