The properties of the CollectionChangeEventArgs class are listed below. For a complete list of CollectionChangeEventArgs class members, see the CollectionChangeEventArgs Members topic.
ChangeType | Gets the type of the collection change. |
IgnoreNestedChanges (inherited from ChangeEventArgs) | Gets or sets a flag indicating whether nested change notifications resulting from the current notification should be ignored by undo managers listening to change notifications on the given instance. |
Item | Gets the item that has been added to, or removed from the collection. |
ItemIndex | Gets the index of the item that has been added to, or removed from the collection. |
CollectionChangeEventArgs Class | LaMarvin.ComponentModel Namespace