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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.