Back to Devexpress

ObjectChangeEventArgs Constructors

xpo-devexpress-dot-xpo-dot-objectchangeeventargs-dot-ctor.md

latest2.8 KB
Original Source

ObjectChangeEventArgs Constructors

Provides data for the XPBaseObject.Changed and Session.ObjectChanged events.

NameParametersDescription
ObjectChangeEventArgs(ObjectChangeReason, String)reason, propertyNameObsolete. Initializes a new instance of the ObjectChangeEventArgs class with the specified ObjectChangeEventArgs.Reason and ObjectChangeEventArgs.PropertyName properties.
ObjectChangeEventArgs(ObjectChangeReason)reasonObsolete. 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, newValueInitializes a new instance of the ObjectChangeEventArgs class with the specified parameters.
ObjectChangeEventArgs(Session, Object, ObjectChangeReason)session, theObject, reasonInitializes a new instance of the ObjectChangeEventArgs class with the specified parameters.
ObjectChangeEventArgs(Session, Object, String, Object, Object)session, theObject, propertyName, oldValue, newValueInitializes a new instance of the ObjectChangeEventArgs class with the specified parameters.
ObjectChangeEventArgs(String, Object, Object)propertyName, oldValue, newValueObsolete. Initializes a new instance of the ObjectChangeEventArgs class with the specified properties.

See Also

ObjectChangeEventArgs Class

ObjectChangeEventArgs Members

DevExpress.Xpo Namespace