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