Skip to main content
.NET 6.0+

ObjectsManipulatingEventArgs(Object) 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(
    object obj
)

Parameters

Name Type Description
obj Object

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

See Also