Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public bool RaiseChildDeleting(
    IPersistentObject obj
)

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