PersistentObject.RaiseChildDeleting(IPersistentObject) 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
Parameters
Name | Type | Description |
---|---|---|
obj | IPersistentObject | An object whose child objects are being deleted. |
Returns
Type | Description |
---|---|
Boolean | True if deletion operation is allowed in the StateChanging event handler; otherwise, false. |
Remarks
The RaiseChildDeleting method raises the StateChanging event which can be handled to allow or cancel deletion.
See Also