Skip to main content
All docs
V26.1
  • ShowMenuEventArgs<T> Class

    The base class that provides data for the DockLayoutManager.ShowingMenu event.

    Namespace: DevExpress.Xpf.Docking.Base

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

    Declaration

    public class ShowMenuEventArgs<T> :
        RoutedEventArgs
        where T : BaseLayoutElementMenu

    Type Parameters

    Name Description
    T

    A BaseLayoutElementMenu instance that is the popup menu.

    Inheritance

    See Also