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