Skip to main content
All docs
V24.1

BasePopupMenuShowingEventArgs(Point, Boolean) Constructor

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

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v24.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public BasePopupMenuShowingEventArgs(
    Point point,
    bool allow
)

Parameters

Name Type
point Point
allow Boolean
See Also