Back to Devexpress

TcxOnDeleteEventFunc Type

vcl-cxschedulerstorage-0ae7c1f3.md

latest819 B
Original Source

TcxOnDeleteEventFunc Type

Provides a callback reference for the TcxCustomScheduler.OnBeforeDeleting event handler.

Declaration

delphi
TcxOnDeleteEventFunc = function(AEvent: TcxSchedulerControlEvent): Boolean of object;

Parameters

NameType
AEventTcxSchedulerControlEvent

Referenced Class

Type
Boolean

Remarks

The TcxOnDeleteEventFunc returns a Boolean value specifying whether the user event can be deleted or not.

See Also

cxSchedulerStorage Unit