[]
Initializes a new instance of the EventCollectionChangeEventArgs class.
public EventCollectionChangeEventArgs(EventCollectionChangeTypeEnum changeType, object oldItem, object newItem, int index)
Type | Name | Description |
---|---|---|
EventCollectionChangeTypeEnum | changeType | The collection change type. |
object | oldItem | The old item, or null. |
object | newItem | The new item, or null. |
int | index | The item index, or -1. |
Initializes a new instance of the EventCollectionChangeEventArgs class.
public EventCollectionChangeEventArgs()