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

Default constructor

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public ListEventArgs(
	T item
)
Public Sub New ( _
	item As T _
)
public:
ListEventArgs(
	T item
)

Parameters

item
Type: T
The item.