ObjectChangeEventArgs.Reason Property
In This Article
Gets the way in which the object has been changed.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public ObjectChangeReason Reason { get; }
#Property Value
Type | Description |
---|---|
Object |
An Object |
Available values:
Name | Description |
---|---|
Property |
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. |
End |
Editing has finished. |
Cancel |
Any changes made to an object have been discarded. |
Begin |
Begins an edit on an object. |
Before |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
See Also