Share via


PropertyInvalidatedEventArgs.Item Property

Gets the ModelItem associated with the invalidated property.

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

Syntax

'Declaration
Public ReadOnly Property Item As ModelItem
    Get
public ModelItem Item { get; }
public:
property ModelItem^ Item {
    ModelItem^ get ();
}
member Item : ModelItem
function get Item () : ModelItem

Property Value

Type: Microsoft.Windows.Design.Model.ModelItem
The ModelItem associated with the invalidated property.

.NET Framework Security

See Also

Reference

PropertyInvalidatedEventArgs Class

Microsoft.Windows.Design.Model Namespace