ItemEventArgs<(Of <(<'T>)>)> Constructor

Create a new instance of ItemEventArgs with the indicated item.

Namespace:  Tortuga.Anchor.ComponentModel
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public ItemEventArgs(
	T item
)
Public Sub New ( _
	item As T _
)

Parameters

item
Type: T