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

See Also

Reference

ModelItemEventArgs Class

Microsoft.Windows.Design.Model Namespace