Compartilhar via


Construtor BackgroundBrushChangedEventArgs

Inicializa uma nova instância de um BackgroundBrushChangedEventArgs.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
Public Sub New ( _
    newBackgroundBrush As Brush _
)
public BackgroundBrushChangedEventArgs(
    Brush newBackgroundBrush
)
public:
BackgroundBrushChangedEventArgs(
    Brush^ newBackgroundBrush
)
new : 
        newBackgroundBrush:Brush -> BackgroundBrushChangedEventArgs
public function BackgroundBrushChangedEventArgs(
    newBackgroundBrush : Brush
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

newBackgroundBrushé nulo.

Segurança do .NET Framework

Consulte também

Referência

BackgroundBrushChangedEventArgs Classe

Namespace Microsoft.VisualStudio.Text.Editor