Back to Devexpress

XPCollectionChangedType Enum

xpo-devexpress-dot-xpo-5f31e3df.md

latest1.3 KB
Original Source

XPCollectionChangedType Enum

Lists the values that specify how the collection has been changed.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public enum XPCollectionChangedType
vb
Public Enum XPCollectionChangedType

Members

NameDescription
BeforeAdd

An element is about to be added to the collection.

| | AfterAdd |

A new element has been added to the collection.

| | BeforeRemove |

An element is about to be removed from the collection.

| | AfterRemove |

An element has been removed from the collection.

|

Remarks

The values listed by this enumeration are used to set the XPCollectionChangedEventArgs.CollectionChangedType property.

See Also

CollectionChanged

DevExpress.Xpo Namespace