Click or drag to resize

CollectionChangedEventArgsT Properties

The CollectionChangedEventArgsT generic type exposes the following members.

Properties
  NameDescription
Public propertyAction
Gets the action performed on the items.
Public propertyIndex
Gets the index of the item.
Public propertyNewItem
Gets the new item that was inserted.
Public propertyNewItems
Gets the items that were inserted.
Public propertyOldItem
Gets the old item that was removed.
Public propertyOldItems
Gets the old items that were removed.
Top
See Also