ModelItemEventArgs.ModelItem Property
Gets the associated ModelItem instance.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property ModelItem As ModelItem
Get
public ModelItem ModelItem { get; }
public:
property ModelItem^ ModelItem {
ModelItem^ get ();
}
member ModelItem : ModelItem
function get ModelItem () : ModelItem
Property Value
Type: Microsoft.Windows.Design.Model.ModelItem
The ModelItem associated with the current ModelItemEventArgs instance.
.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.