Freigeben über


PropertyInvalidatedEventArgs-Konstruktor

Initialisiert eine neue Instanz der PropertyInvalidatedEventArgs-Klasse.

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
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

item oder property ist nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyInvalidatedEventArgs Klasse

Microsoft.Windows.Design.Model-Namespace