Skip to main content
A newer version of this page is available. .

ObjectChangeEventArgs Constructors

Provides data for the XPBaseObject.Changed and Session.ObjectChanged events.
Name Parameters Description
ObjectChangeEventArgs(ObjectChangeReason, String) reason, propertyName Obsolete. Initializes a new instance of the ObjectChangeEventArgs class with the specified ObjectChangeEventArgs.Reason and ObjectChangeEventArgs.PropertyName properties.
ObjectChangeEventArgs(ObjectChangeReason) reason Obsolete. Initializes a new instance of the ObjectChangeEventArgs class with the specified ObjectChangeEventArgs.Reason property.
ObjectChangeEventArgs(Session, Object, ObjectChangeReason, String, Object, Object) session, theObject, reason, propertyName, oldValue, newValue Initializes a new instance of the ObjectChangeEventArgs class with the specified parameters.
ObjectChangeEventArgs(Session, Object, ObjectChangeReason) session, theObject, reason Initializes a new instance of the ObjectChangeEventArgs class with the specified parameters.
ObjectChangeEventArgs(Session, Object, String, Object, Object) session, theObject, propertyName, oldValue, newValue Initializes a new instance of the ObjectChangeEventArgs class with the specified parameters.
ObjectChangeEventArgs(String, Object, Object) propertyName, oldValue, newValue Obsolete. Initializes a new instance of the ObjectChangeEventArgs class with the specified properties.
See Also