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

PopupMenuShowingEventArgs(DockControllerMenu, Point) Constructor

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public PopupMenuShowingEventArgs(
    DockControllerMenu menu,
    Point point
)

Parameters

Name Type Description
menu DevExpress.XtraBars.Docking.DockControllerMenu

A DockControllerMenu object that is the menu to be displayed. This object is used to initialize the PopupMenuShowingEventArgs.Menu property.

point Point

A Point where the menu is about to be displayed. This value is used to initialize the PopupMenuShowingEventArgs.Point property.

See Also