DXObservableCollectionChangedEventArgs<T> Properties
Stores event arguments related to changes in a DXObservableCollection<T>.| Name | Description |
|---|---|
| Index | Gets the index of the first changed item in the collection. |
| Items | Gets the read-only list of changed items in the collection. |
See Also