Skip to main content
A newer version of this page is available. .

SchedulerPopupMenu(EventHandler) Constructor

Initializes a new instance of the SchedulerPopupMenu class with the specified before popup event handler.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public SchedulerPopupMenu(
    EventHandler beforePopup
)

Parameters

Name Type Description
beforePopup EventHandler

A EventHandler object that specifies the event handler for the DXSubMenuItem.BeforePopup event.

See Also