TreeListMenuEventArgs(TreeListMenu, Point, Boolean) Constructor
Initializes a new instance of the TreeListMenuEventArgs class.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
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