Share via


PropertyInvalidatedEventArgs Constructor

Initializes a new instance of the PropertyInvalidatedEventArgs class.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Parameters

Exceptions

Exception Condition
ArgumentNullException

item or property is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

PropertyInvalidatedEventArgs Class

Microsoft.Windows.Design.Model Namespace