The EventCollectionChangeEventArgs type exposes the following members.

Properties

  Name Description
Public property ChangeType
Gets the type of collection's changing.
Public property Index
Gets the index within collection where changing occurs.
Public property NewItem
Gets the new object at specified index.
Public property OldItem
Gets the old object at specified index.

See Also