LayoutMenuEventArgs(DXPopupMenu, BaseLayoutItemHitInfo) Constructor
Initializes a new instance of the LayoutMenuEventArgs 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 | A DXPopupMenu object representing the menu to be displayed. This object is assigned to the Menu property. |
hitInfo | BaseLayoutItemHitInfo | A BaseLayoutItemHitInfo object that identifies the clicked object. This object is assigned to the HitInfo property. |
See Also