TcxOnDeleteEventFunc Type
Provides a callback reference for the TcxCustomScheduler.OnBeforeDeleting event handler.
Declaration
TcxOnDeleteEventFunc = function(AEvent: TcxSchedulerControlEvent): Boolean of object;
Parameters
Name | Type |
---|---|
AEvent | TcxSchedulerControlEvent |
Referenced Class
Type |
---|
Boolean |
Remarks
The TcxOnDeleteEventFunc returns a Boolean value specifying whether the user event can be deleted or not.
See Also