PopupMenuShowingEventArgs(TreeListMenu, Point, Boolean) Constructor
Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
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. Point |
allow | Boolean | A Boolean value that specifies if display of the menu is allowed. This value is assigned to the Allow property. |
See Also