Skip to main content
All docs
V25.1
  • ShowMenuEventArgs(T) Constructor

    Initializes a new instance of the ShowMenuEventArgs<T> class with specified settings.

    Namespace: DevExpress.Xpf.Docking.Base

    Assembly: DevExpress.Xpf.Docking.v25.1.dll

    NuGet Package: DevExpress.Wpf.Docking

    Declaration

    public ShowMenuEventArgs(
        T menu
    )

    Parameters

    Name Type Description
    menu T

    The context menu for which the event is raised.

    See Also