Skip to main content

TcxSchedulerContentPopupMenu.OnPopup Event

Fires after an end-user has invoked the popup menu for the scheduling area‘s content.

Declaration

property OnPopup: TcxSchedulerContentPopupMenuPopupEvent 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 a basis for building an appropriate popup menu.

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

See Also