Skip to main content

TcxSchedulerTimeRulerPopupMenu.OnPopup Event

Fires after an end-user has invoked the pop-up menu on the time ruler.

Declaration

property OnPopup: TcxSchedulerTimeRulerPopupMenuPopupEvent read; write;

Remarks

Handles this event to customize the pop-up menu before it appears.

The Sender parameter specifies the pop-up menu invoked.

The ABuiltInMenu parameter specifies the standard pop-up menu component used as a basis for building an appropriate pop-up menu.

The AHandled parameter specifies whether the default pop-up menu is required when the event handler has finished its execution. Pass True as the AHandled parameter to avoid displaying the default pop-up menu.

See Also