[This is preliminary documentation and is subject to change.]
The CollectionChangedEventArgsBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CollectionChangedEventArgsBase(IEnumerable, EventArgs) | CTor | |
| CollectionChangedEventArgsBase(IEnumerable, EventArgs, CollectionChangeAction) | CTor |
Methods
| Name | Description | |
|---|---|---|
| ConvertAction | Converts CollectionChangeAction to CollectionChangeAction |
Properties
| Name | Description | |
|---|---|---|
| Action | Action taken on collection | |
| Element | Gets the instance of the collection with the change. (Inherited from CollectionChangeEventArgs.) | |
| ChangeEventArgs | Arguments of event that caused collection to be changed or that was raised by the colection on change |