PropertyInvalidatedEventArgs 构造函数

初始化 PropertyInvalidatedEventArgs 类的新实例。

命名空间:  Microsoft.Windows.Design.Model
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Sub New ( _
    item As ModelItem, _
    property As PropertyIdentifier _
)
public PropertyInvalidatedEventArgs(
    ModelItem item,
    PropertyIdentifier property
)
public:
PropertyInvalidatedEventArgs(
    ModelItem^ item, 
    PropertyIdentifier property
)
new : 
        item:ModelItem * 
        property:PropertyIdentifier -> PropertyInvalidatedEventArgs
public function PropertyInvalidatedEventArgs(
    item : ModelItem, 
    property : PropertyIdentifier
)

参数

异常

异常 条件
ArgumentNullException

item 或 property 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

PropertyInvalidatedEventArgs 类

Microsoft.Windows.Design.Model 命名空间