ObjectsManipulatingEventArgs(ICollection) Constructor
Creates and initializes a new instance of the ObjectsManipulatingEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
objects | ICollection | Objects that are being manipulated. This parameter value is used to initialize the ObjectsManipulatingEventArgs.Objects property. |
See Also