Skip to main content

ShowingMenuEventArgs Class

Provides data for the DockLayoutManager.ShowingMenu event.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public class ShowingMenuEventArgs :
    ShowMenuEventArgs<BaseLayoutElementMenu>

Remarks

Refer to the ShowMenuEventArgs<T> class for more information on the ShowingMenuEventArgs event arguments.

Inheritance

Object
EventArgs
RoutedEventArgs
ShowMenuEventArgs<DevExpress.Xpf.Docking.BaseLayoutElementMenu>
ShowingMenuEventArgs
See Also