ObjectChangeEventArgs(Session, Object, ObjectChangeReason) Constructor
Initializes a new instance of the ObjectChangeEventArgs class with the specified parameters.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
session | Session | The Session of the object whose property has been changed. This value is assigned to the ObjectChangeEventArgs.Session property. |
theObject | Object | The object whose property has been changed. This value is assigned to the ObjectChangeEventArgs.Object property. |
reason | ObjectChangeReason | An ObjectChangeReason enumeration value which represents the way that the object has been changed. This value is assigned to the ObjectChangeEventArgs.Reason property. |