Skip to main content
A newer version of this page is available. .

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

Declaration

public bool RaiseDeleting()

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