XPCollectionChangedEventArgs Fields
Provides data for the XPBaseCollection.CollectionChanged event.| Name | Description |
|---|---|
| ChangedObject | An object which represents the instance of the collection that has been changed. |
| CollectionChangedType | An XPCollectionChangedType enumeration value which represents the kind of change. |
| Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
| NewIndex | Gets or sets the zero-based index of the object in the XPCollection. |
See Also