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

ObjectChangeEventArgs Properties

Provides data for the XPBaseObject.Changed and Session.ObjectChanged events.
Name Description
NewValue Gets or sets the property’s new value.
Object Gets or sets the object whose property has been changed.
OldValue Gets or sets the property’s old value.
PropertyName Gets the name of the property affected by the changes made.
Reason Gets the way in which the object has been changed.
Session Gets or sets the Session of the object whose property has been changed.
See Also