Skip to main content

TcxSchedulerEventPopupMenu Class

Implements a popup menu that can be invoked for any available user event in the scheduling area.

Declaration

TcxSchedulerEventPopupMenu = class(
    TcxSchedulerPopupMenu
)

Remarks

This class provides access to the popup menu items and also the user event that the popup menu was invoked for. This class exposes an interface for responding to its menu items being selected and to enable the popup menu to be customized when it’s invoked.

The TcxScheduler.EventPopupMenu property references a TcxSchedulerEventPopupMenu object.

Inheritance

TObject
TPersistent
TcxSchedulerPopupMenu
TcxSchedulerEventPopupMenu
See Also