Skip to main content

ShowingMenuEventArgs(BaseLayoutElementMenu) Constructor

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

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public ShowingMenuEventArgs(
    BaseLayoutElementMenu menu
)

Parameters

Name Type Description
menu DevExpress.Xpf.Docking.BaseLayoutElementMenu

A BaseLayoutElementMenu object that represents the menu to be displayed.

See Also