Skip to main content
.NET 6.0+

ObjectManipulatingEventArgs(Object) Constructor

Creates and initializes a new instance of the ObjectManipulatingEventArgs class.

Namespace: DevExpress.ExpressApp

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