Constructor CollectionChangeEventArgs
CollectionChangeEventArgs(int, T)
Initializes a new instance of the CollectionChangeEventArgs<T> class.
public CollectionChangeEventArgs(int index, T item)
Parameters
indexintThe index where the change occurred.
itemTThe item affected by the change.