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

ObjectManipulatingEventArgs(Object) Constructor

Creates and initializes a new instance of the ObjectManipulatingEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

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