Skip to main content

PopupMenuShowingEventArgs(TreeListMenu, Point, Boolean) Constructor

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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