Back to Devexpress

ShowMenuEventArgs<T> Class

wpf-devexpress-dot-xpf-dot-docking-dot-base-dot-showmenueventargs-1.md

latest1.4 KB
Original Source

ShowMenuEventArgs<T> Class

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

Namespace : DevExpress.Xpf.Docking.Base

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public class ShowMenuEventArgs<T> :
    RoutedEventArgs
    where T : BaseLayoutElementMenu
vb
Public Class ShowMenuEventArgs(Of T As BaseLayoutElementMenu)
    Inherits RoutedEventArgs

Type Parameters

NameDescription
T

A BaseLayoutElementMenu instance that is the popup menu.

|

Inheritance

Object EventArgs RoutedEventArgs ShowMenuEventArgs<T> ShowingMenuEventArgs

See Also

ShowMenuEventArgs<T> Members

DevExpress.Xpf.Docking.Base Namespace