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

PopupMenuShowingEventArgs(SchedulerPopupMenu) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public PopupMenuShowingEventArgs(
    SchedulerPopupMenu menu
)

Parameters

Name Type Description
menu SchedulerPopupMenu

A SchedulerPopupMenu which represents the popup menu. This value is assigned to the PopupMenuShowingEventArgs.Menu property.

Remarks

The PopupMenuShowingEventArgs is created automatically, and passed to the handler of the SchedulerControl.PopupMenuShowing event.

See Also