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.2.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
menu | DevExpress.Xpf.Docking.BaseLayoutElementMenu | A BaseLayoutElementMenu object that represents the menu to be displayed. |
See Also