Skip to main content

PopupMenuShowingEventArgs(DockControllerMenu, Point) Constructor

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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