Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ObjectChangeReason Enum

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public enum ObjectChangeReason

Members

Name Description
PropertyChanged

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

Reset

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

Delete

An object has been deleted.

EndEdit

Editing has finished.

CancelEdit

Any changes made to an object have been discarded.

BeginEdit

Begins an edit on an object.

BeforePropertyDescriptorChangeWithinBeginEdit

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

Remarks

The values listed by this enumerator are used to set the ObjectChangeEventArgs.Reason property.

See Also