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

TreeListMenuEventArgs(TreeListMenu, Point, Boolean) Constructor

Initializes a new instance of the TreeListMenuEventArgs class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

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

Parameters

Name Type Description
menu DevExpress.XtraTreeList.Menu.TreeListMenu

A DevExpress.XtraTreeList.Menu.TreeListMenu object representing the Tree List’s context menu. This value is assigned to the Menu property.

point Point

A Point structure that contains the current mouse pointer coordinates. This value is assigned to the Point property.

allow Boolean

true if the context menu will be displayed; otherwise false. This value is assigned to the Allow property.

See Also