[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ListItemChangeEventArgs<(Of <(T>)>) class

Namespace:  Phoenix.Collections
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public ListItemChangeEventArgs(
	int index,
	T item
)
Public Sub New ( _
	index As Integer, _
	item As T _
)
public:
ListItemChangeEventArgs(
	int index, 
	T item
)

Parameters

index
Int32
item
T

See Also