windowsforms-devexpress-dot-xtralayout-3de1547f.md
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
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'PopupMenuShowingEventHandler' instead", false)]
public delegate void LayoutMenuEventHandler(
object sender,
LayoutMenuEventArgs e
);
<Obsolete("You should use the 'PopupMenuShowingEventHandler' instead", False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Delegate Sub LayoutMenuEventHandler(
sender As Object,
e As LayoutMenuEventArgs
)
| Name | Type | Description |
|---|---|---|
| sender | Object |
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