Skip to main content

ShowingMenuEventArgs Class

Provides data for the DockLayoutManager.ShowingMenu event.

Namespace: DevExpress.Xpf.Docking.Base

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

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