Click or drag to resize
DigitalRuneCollectionChangedEventArgsT Properties

The CollectionChangedEventArgsT generic type exposes the following members.

Properties
  NameDescription
Public propertyAction
Gets or sets the action that caused the event.
Public propertyNewItems
Gets the new items that were involved in the change.
Public propertyNewItemsIndex
Gets or sets the index of the first new item.
Public propertyOldItems
Gets the items affected by a replace, remove or move action.
Public propertyOldItemsIndex
Gets or sets the index where the first old item was placed in the collection.
Top
See Also