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
- 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.