Table of Contents

Enum ObjectChangeReason

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

Lists the values that indicate the way in which the object has been changed.

public enum ObjectChangeReason

Fields

BeforePropertyDescriptorChangeWithinBeginEdit = 6

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

BeginEdit = 5

Begins an edit on an object.

CancelEdit = 4

Any changes made to an object have been discarded.

Delete = 2

An object has been deleted.

EndEdit = 3

Editing has finished.

PropertyChanged = 0

The value of the object’s property has been changed.

Reset = 1

An object’s property has been initialized with its default value.