Skip to main content
All docs
V25.2
  • BasePopupMenuShowingEventArgs(Point, Boolean) Constructor

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

    Namespace: DevExpress.Utils.Menu

    Assembly: DevExpress.Utils.v25.2.dll

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

    Declaration

    public BasePopupMenuShowingEventArgs(
        Point point,
        bool allow
    )

    Parameters

    Name Type
    point Point
    allow Boolean
    See Also