Back to Devexpress

LayoutMenuEventHandler Delegate

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

latest1.6 KB
Original Source

LayoutMenuEventHandler Delegate

OBSOLETE

You should use the 'PopupMenuShowingEventHandler' instead

Represents a method for handling 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 'PopupMenuShowingEventHandler' instead", false)]
public delegate void LayoutMenuEventHandler(
    object sender,
    LayoutMenuEventArgs e
);
vb
<Obsolete("You should use the 'PopupMenuShowingEventHandler' instead", False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Delegate Sub LayoutMenuEventHandler(
    sender As Object,
    e As LayoutMenuEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source. This identifies the LayoutControl control which fires the event.

| | e | LayoutMenuEventArgs |

A LayoutMenuEventArgs object that contains data for the event.

|

See Also

DevExpress.XtraLayout Namespace