Skip to main content
A newer version of this page is available. .
All docs
V22.2

ShowMenuEventArgs<T> Class

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

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v22.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