PrepareContextMenuEventArgs(SchedulerPopupMenu) Constructor
Initializes a new instance of the PrepareContextMenuEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
public PrepareContextMenuEventArgs(
SchedulerPopupMenu menu
)
Public Sub New(
menu As SchedulerPopupMenu
)
Parameters
Name | Type | Description |
---|---|---|
menu | SchedulerPopupMenu | A SchedulerPopupMenu value which represents the event's popup menu. |
Remarks
NOTE
Handle the SchedulerControl.PopupMenuShowing event instead of the SchedulerControl.PrepareContextMenu event.
See Also
Feedback