Partilhar via


Construtor PropertyInvalidatedEventArgs

Initializes a new instance of the PropertyInvalidatedEventArgs class.

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

Sintaxe

'Declaração
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
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

itemor property is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

PropertyInvalidatedEventArgs Classe

Namespace Microsoft.Windows.Design.Model