Skip to main content

PopupMenuShowingEventArgs(DXPopupMenu, BaseLayoutItemHitInfo) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PopupMenuShowingEventArgs(
    DXPopupMenu menu,
    BaseLayoutItemHitInfo hitInfo
)

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