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

PopupMenuShowingEventArgs(TreeListMenu, Point, Boolean) Constructor

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public PopupMenuShowingEventArgs(
    TreeListMenu menu,
    Point point,
    bool allow
)

Parameters

Name Type Description
menu DevExpress.XtraTreeList.Menu.TreeListMenu

A TreeListMenu object that specifies the menu to be displayed. This value is assigned to the PopupMenuShowingEventArgs.Menu property.

point Point

A Point value that specifies the point at which the menu is to be displayed. PopupMenuShowingEventArgs.Point

allow Boolean

A Boolean value that specifies if display of the menu is allowed. This value is assigned to the PopupMenuShowingEventArgs.Allow property.

See Also