LayoutMenuEventArgs Class
In This Article
OBSOLETE
You should use the 'Popup
Provides data for 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 'PopupMenuShowingEventArgs' instead", false)]
public class LayoutMenuEventArgs :
PopupMenuShowingEventArgs
#Inheritance
Object
EventArgs
PopupMenuShowingEventArgs
LayoutMenuEventArgs
See Also