SchedulerPopupMenu(EventHandler) Constructor
Initializes a new instance of the SchedulerPopupMenu class with the specified before popup event handler.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| beforePopup | EventHandler | A EventHandler object that specifies the event handler for the DXSubMenuItem.BeforePopup event. |
See Also