Skip to main content
A newer version of this page is available. .

ObjectsManipulatingEventArgs(Object) Constructor

Creates and initializes a new instance of the ObjectsManipulatingEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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