[]
Initializes a new instance of the EventCollectionChangeEventArgs class.
public EventCollectionChangeEventArgs(EventCollectionChangeTypeEnum changeType, object oldItem, object newItem, int index)
Public Sub New(changeType As EventCollectionChangeTypeEnum, oldItem As Object, newItem As Object, index As Integer)
| 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()
Public Sub New()