ObjectChangeEventArgs Properties
Provides data for the XPBaseObject.Changed and Session.ObjectChanged events.
Name | Description |
---|---|
New |
Gets or sets the property’s new value. |
Object | Gets or sets the object whose property has been changed. |
Old |
Gets or sets the property’s old value. |
Property |
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