QueryShowPopupMenuEventArgs Class
Provides data for the BarManager.QueryShowPopupMenu event of the BarManager component.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The BarManager.QueryShowPopupMenu event occurs when a control popup menu is about to appear.
This event only occurs for the menu assigned to the PopupContextMenu property of a control. This property is automatically added to any control which has the same parent as the BarManager component.
The QueryShowPopupMenuEventArgs.Menu property contains the queried popup menu. The QueryShowPopupMenuEventArgs.Position property contains the position of the queried popup menu.
Inheritance
Object
EventArgs
CancelEventArgs
QueryShowPopupMenuEventArgs
See Also