[]
Provides data for the CollectionChanged and CollectionChanging events.
public class NotifyCollectionEventArgs : EventArgs
| Name | Description |
|---|---|
| NotifyCollectionEventArgs(CollectionAction, int) | Initializes a new instance of the NotifyCollectionEventArgs class. |
| Name | Description |
|---|---|
| Clear | The default value of NotifyCollectionEventArgs instance. |
| Name | Description |
|---|---|
| Action | Gets the action that caused the event. |
| Index | Gets the index of the item that is affected by the change. |