[]
Initializes a new instance of the NotifyCollectionEventArgs class.
public NotifyCollectionEventArgs(CollectionAction action, int index)
| Type | Name | Description |
|---|---|---|
| CollectionAction | action | The action that caused the event. |
| int | index | The index of the item that is affected by the change. |