PersistentObject.RaiseDeleting() Method
This member supports the internal infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Returns
Type | Description |
---|---|
Boolean | True if the object deletion is allowed; otherwise, false. |
Remarks
The RaiseDeleting method raises the StateChanging event which can be handled to allow or cancel object deletion.
See Also