Skip to main content
.NET 6.0+

XPCollectionChangedEventArgs Constructors

Provides data for the XPBaseCollection.CollectionChanged event.
Name Parameters Description
XPCollectionChangedEventArgs(XPCollectionChangedType, Object, Int32) collectionChangedType, changedObject, newIndex Initializes a new instance of the XPCollectionChangedEventArgs class with the specified settings.
XPCollectionChangedEventArgs(XPCollectionChangedType, Object) collectionChangedType, changedObject Initializes a new instance of the XPCollectionChangedEventArgs class.
See Also