ItemsCollectionChangedEventArgs Constructors
Provides data for the ItemsCollectionChanged event.| Name | Parameters | Description |
|---|---|---|
| ItemsCollectionChangedEventArgs(ItemType, NotifyCollectionChangedEventArgs, IEnumerable) | itemType, e, collection | Initializes a new instance of the ItemsCollectionChangedEventArgs class with specified settings. |
See Also