Table of Contents

Enum XPCollectionChangedType

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

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

public enum XPCollectionChangedType

Fields

AfterAdd = 1

A new element has been added to the collection.

AfterRemove = 3

An element has been removed from the collection.

BeforeAdd = 0

An element is about to be added to the collection.

BeforeRemove = 2

An element is about to be removed from the collection.