ObjectsManipulationEventArgs(Session, ICollection) Constructor
Initializes a new instance of the ObjectsManipulationEventArgs class.
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 | A Session object whose persistent objects are being processed. This value is assigned to the ObjectsManipulationEventArgs.Session property. |
objects | ICollection | The collection of persistent objects that are involved in processing. This collection is assigned to the ObjectsManipulationEventArgs.Objects property. |
See Also