Skip to main content
.NET 6.0+

ObjectChangeEventArgs.Reason Property

Gets the way in which the object has been changed.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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