Skip to main content
.NET 6.0+

ObjectsManipulatingEventArgs(ICollection) Constructor

Creates and initializes a new instance of the ObjectsManipulatingEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ObjectsManipulatingEventArgs(
    ICollection objects
)

Parameters

Name Type Description
objects ICollection

Objects that are being manipulated. This parameter value is used to initialize the ObjectsManipulatingEventArgs.Objects property.

See Also