Skip to main content

TcxSchedulerEventPopupMenu.OnPopup Event

Fires after an end-user has invoked the popup menu for the desired user event.

Declaration

property OnPopup: TcxSchedulerEventPopupMenuPopupEvent read; write;

Remarks

Implement the OnPopup event handler to customize the popup menu before it appears.

The Sender parameter specifies the popup menu invoked.

The ABuiltInMenu parameter specifies the standard popup menu component used as the basis for building an appropriate popup menu.

The AHandled parameter specifies whether the default popup menu is required when the event handler has finished executing. Assign True to the AHandled parameter to avoid displaying the default popup menu.

See Also