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

ObjectChangeEventArgs.Reason Property

Gets the way in which the object has been changed.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public ObjectChangeReason Reason { get; }

Property Value

Type Description
ObjectChangeReason

An ObjectChangeReason enumeration value which represents the way in which the object has been changed.

See Also