BackgroundBrushChangedEventArgs 构造函数

初始化 BackgroundBrushChangedEventArgs 的新实例。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

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

参数

异常

异常 条件
ArgumentNullException

newBackgroundBrush 为 null。

.NET Framework 安全性

请参阅

参考

BackgroundBrushChangedEventArgs 类

Microsoft.VisualStudio.Text.Editor 命名空间