ObjectManipulatingEventArgs(Object) Constructor
Creates and initializes a new instance of the ObjectManipulatingEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | An object that is being manipulated. This argument is used to initialize the ObjectManipulatingEventArgs.Object property. |
See Also