CollectionChangedEventArgsT Class |
Namespace: Atalasoft.Annotate.Wpf
The CollectionChangedEventArgsT type exposes the following members.
Name | Description | |
---|---|---|
CollectionChangedEventArgsT(CollectionAction) |
Creates a new instance of CollectionChangedEventArgs indicating the action.
| |
CollectionChangedEventArgsT(IEnumerableT, Int32, CollectionAction) |
Creates a new instance of CollectionChangedEventArgs specifying the items, starting index and action performed.
| |
CollectionChangedEventArgsT(T, Int32, CollectionAction) |
Creates a new instance of CollectionChangedEventArgs specifying the item, index and action performed.
| |
CollectionChangedEventArgsT(IEnumerableT, IEnumerableT, Int32, CollectionAction) |
Creates a new instance of CollectionChangedEventArgs specifying the old items, new items, starting index and action performed.
| |
CollectionChangedEventArgsT(T, T, Int32, CollectionAction) |
Creates a new instance of CollectionChangedEventArgs specifying the old item, new item, index and action performed.
|
Name | Description | |
---|---|---|
Action |
Gets the action performed on the items.
| |
Index |
Gets the index of the item.
| |
NewItem |
Gets the new item that was inserted.
| |
NewItems |
Gets the items that were inserted.
| |
OldItem |
Gets the old item that was removed.
| |
OldItems |
Gets the old items that were removed.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |