Share via


BackgroundBrushChangedEventArgs, constructeur

Initialise une nouvelle instance de BackgroundBrushChangedEventArgs.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'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
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

newBackgroundBrush a la valeur null.

Sécurité .NET Framework

Voir aussi

Référence

BackgroundBrushChangedEventArgs Classe

Microsoft.VisualStudio.Text.Editor, espace de noms