ObjectCreatingEventArgs.Cancel Property
Specifies whether or not an object creation should be canceled.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, if an object creation should be canceled, otherwise, false. |
Remarks
Set the ObjectCreatingEventArgs.DisposeObjectSpaceOnCancel property to true to dispose an Object Space on canceling a new object creation.
See Also