LayoutMenuEventHandler Delegate
In This Article
OBSOLETE
You should use the 'Popup
Represents a method for handling the LayoutControl.PopupMenuShowing event.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'PopupMenuShowingEventHandler' instead", false)]
public delegate void LayoutMenuEventHandler(
object sender,
LayoutMenuEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. This identifies the Layout |
e | Layout |
A |
See Also