LayoutMenuEventArgs Class
OBSOLETE
You should use the 'PopupMenuShowingEventArgs' instead
Provides data for the LayoutControl.PopupMenuShowing event.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", false)]
public class LayoutMenuEventArgs :
PopupMenuShowingEventArgs
Inheritance
Object
EventArgs
PopupMenuShowingEventArgs
LayoutMenuEventArgs
See Also