IDXObservableCollectionChangedEventArgs Properties
Provides access to event arguments related to changes in the IDXObservableCollection.| Name | Description |
|---|---|
| Count | Gets the number of modified items. |
| Index | Gets the index of the first changed item. |
| Items | Gets the list of modified items. |
See Also