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