Back to Devexpress

LayoutMenuEventArgs Class

windowsforms-devexpress-dot-xtralayout-3b13335b.md

latest1.6 KB
Original Source

LayoutMenuEventArgs Class

OBSOLETE

You should use the 'PopupMenuShowingEventArgs' instead

Provides data for the LayoutControl.PopupMenuShowing event.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", false)]
public class LayoutMenuEventArgs :
    PopupMenuShowingEventArgs
vb
<Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Class LayoutMenuEventArgs
    Inherits PopupMenuShowingEventArgs

Inheritance

Object EventArgs PopupMenuShowingEventArgs LayoutMenuEventArgs

See Also

LayoutMenuEventArgs Members

PopupMenuShowing

DevExpress.XtraLayout Namespace