Skip to main content

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.1.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 LayoutControl control which fires the event.

e LayoutMenuEventArgs

A LayoutMenuEventArgs object that contains data for the event.

See Also