Constable Authorization Engine 2.0 BETA

CollectionChangeEventArgs Constructor (CollectionChangeType, Int32, Object)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the CollectionChangeEventArgs class with the given CollectionChangeType, the changed item index and a reference to the changed item itself.

[Visual Basic]
Overloads Public Sub New( _
   ByVal changeType As CollectionChangeType, _
   ByVal itemIndex As Integer, _
   ByVal item As Object _
)
[C#]
public CollectionChangeEventArgs(
   CollectionChangeType changeType,
   int itemIndex,
   object item
);

Parameters

changeType
The type of the change.
itemIndex
The index of the item that has been added to or removed from the collection.
item
The item that has been added to or removed from the collection.

See Also

CollectionChangeEventArgs Class | LaMarvin.ComponentModel Namespace | CollectionChangeEventArgs Constructor Overload List