Skip to main content
All docs
V23.2

ShowMenuEventArgs<T> Class

The base class that 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 ShowMenuEventArgs<T> :
    RoutedEventArgs
    where T : BaseLayoutElementMenu

Type Parameters

Name Description
T

A BaseLayoutElementMenu instance that is the popup menu.

Inheritance

See Also