ModelItemEventArgs Constructor

Initializes a new instance of the ModelItemEventArgs class.

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

Syntax

'Declaration
Public Sub New ( _
    item As ModelItem _
)
public ModelItemEventArgs(
    ModelItem item
)
public:
ModelItemEventArgs(
    ModelItem^ item
)
new : 
        item:ModelItem -> ModelItemEventArgs
public function ModelItemEventArgs(
    item : ModelItem
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

item is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ModelItemEventArgs Class

Microsoft.Windows.Design.Model Namespace