Skip to main content
A newer version of this page is available. .

ShowingMenuEventArgs(BaseLayoutElementMenu) Constructor

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

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v21.2.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