Skip to main content

TcxCustomScheduler.DeleteEvent(TcxSchedulerControlEvent) Method

Removes the AEvent user event.

Declaration

procedure DeleteEvent(AEvent: TcxSchedulerControlEvent); virtual;

Parameters

Name Type
AEvent TcxSchedulerControlEvent

Remarks

If the AEvent user event is an occurrence, then the Confirm Delete modal dialog will prompt the end-user to specify whether only the AEvent occurrence should be deleted or the entire series. If only the current occurrence is deleted then an exception of the AEvent occurrence will be created (see the TcxSchedulerEvent.EventType property). Otherwise, the parent along with all the spawned occurrences will be deleted (see the TcxSchedulerEvent.Pattern property).

See Also