The EventCollectionChangeEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EventCollectionChangeEventArgs()()()() |
Initializes a new instance of the EventCollectionChangeEventArgs class.
|
|
EventCollectionChangeEventArgs(EventCollectionChangeTypeEnum, Object, Object, Int32) |
Initializes a new instance of the EventCollectionChangeEventArgs class.
|
Properties
Name | Description | |
---|---|---|
ChangeType |
Gets the type of collection's changing.
|
|
Index |
Gets the index within collection where changing occurs.
|
|
NewItem |
Gets the new object at specified index.
|
|
OldItem |
Gets the old object at specified index.
|