Condividi tramite


Costruttore BackgroundBrushChangedEventArgs

Inizializza una nuova istanza di un oggetto BackgroundBrushChangedEventArgs.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

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

Parametri

Eccezioni

Eccezione Condizione
ArgumentNullException

newBackgroundBrush è null.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BackgroundBrushChangedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor