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

PopupMenuShowingEventArgs(BarPopupBase, ContextMenuType) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public PopupMenuShowingEventArgs(
    BarPopupBase menu,
    ContextMenuType menuType
)

Parameters

Name Type Description
menu BarPopupBase

A BarPopupBase object representing the invoked context menu.

menuType DevExpress.Xpf.Scheduling.ContextMenuType

One of the ContextMenuType enumeration values indicating the context menu type.

See Also