Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ObjectsManipulatingEventArgs(Object) Constructor

Creates and initializes a new instance of the ObjectsManipulatingEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.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