PopupMenuShowingEventArgs(DXPopupMenu, BaseLayoutItemHitInfo) Constructor
Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
menu | DXPopupMenu | The menu to be displayed. This object is used to initialize the PopupMenuShowingEventArgs.Menu property. |
hitInfo | BaseLayoutItemHitInfo | The object that provides information on the clicked point. This object is used to initialize the PopupMenuShowingEventArgs.HitInfo property. |
See Also