Skip to main content
.NET 6.0+

ObjectsManipulationEventArgs(Session, ICollection) Constructor

Initializes a new instance of the ObjectsManipulationEventArgs class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public ObjectsManipulationEventArgs(
    Session session,
    ICollection objects
)

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