CollectionChangedEventArgsT Class |
Namespace: DigitalRune.Collections
The CollectionChangedEventArgsT type exposes the following members.
Name | Description | |
---|---|---|
Create |
Creates an instance of the CollectionChangedEventArgsT class. (This method
reuses a previously recycled instance or allocates a new instance if necessary.)
| |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Recycle |
Recycles this instance of the CollectionChangedEventArgsT class.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Action |
Gets or sets the action that caused the event.
| |
NewItems |
Gets the new items that were involved in the change.
| |
NewItemsIndex |
Gets or sets the index of the first new item.
| |
OldItems |
Gets the items affected by a replace, remove or move action.
| |
OldItemsIndex |
Gets or sets the index where the first old item was placed in the collection.
|