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

ObjectManipulatingEventArgs(Object) Constructor

Creates and initializes a new instance of the ObjectManipulatingEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public ObjectManipulatingEventArgs(
    object obj
)

Parameters

Name Type Description
obj Object

An object that is being manipulated. This argument is used to initialize the ObjectManipulatingEventArgs.Object property.

See Also