Share via


PropertyInvalidatedEventArgs.InvalidatedProperty Property

Gets the PropertyIdentifier of the property that was invalidated.

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

Syntax

'Declaration
Public ReadOnly Property InvalidatedProperty As PropertyIdentifier
    Get
public PropertyIdentifier InvalidatedProperty { get; }
public:
property PropertyIdentifier InvalidatedProperty {
    PropertyIdentifier get ();
}
member InvalidatedProperty : PropertyIdentifier
function get InvalidatedProperty () : PropertyIdentifier

Property Value

Type: Microsoft.Windows.Design.Metadata.PropertyIdentifier
The PropertyIdentifier of the property that was invalidated.

.NET Framework Security

See Also

Reference

PropertyInvalidatedEventArgs Class

Microsoft.Windows.Design.Model Namespace