XPCollectionChangedType Enum
Lists the values that specify how the collection has been changed.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Members
Name | Description |
---|---|
Before
|
An element is about to be added to the collection. |
After
|
A new element has been added to the collection. |
Before
|
An element is about to be removed from the collection. |
After
|
An element has been removed from the collection. |
#Remarks
The values listed by this enumeration are used to set the XPCollectionChangedEventArgs.CollectionChangedType property.