xpo-devexpress-dot-xpo-209c2aa4.md
Provides data for the XPBaseObject.Changed and Session.ObjectChanged events.
Namespace : DevExpress.Xpo
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
public class ObjectChangeEventArgs :
EventArgs
Public Class ObjectChangeEventArgs
Inherits EventArgs
ObjectChangeEventArgs is the data class for the following events:
The XPBaseObject.Changed and Session.ObjectChanged events fire after the XPBaseObject.OnChanged method has been called. The ObjectChangeEventArgs class provides the ObjectChangeEventArgs.PropertyName and ObjectChangeEventArgs.Reason properties that identify the name of the property whose value has been changed and the way in which the object has been changed, respectively. The property’s old and new values are specified by the ObjectChangeEventArgs.OldValue and ObjectChangeEventArgs.NewValue properties, respectively.
Object EventArgs ObjectChangeEventArgs
See Also