Skip to main content
A newer version of this page is available. .

PopupMenuShowingEventArgs(GridViewMenu, GridHitInfo) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class with the specified menu and hit information.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public PopupMenuShowingEventArgs(
    GridViewMenu menu,
    GridHitInfo hitInfo
)

Parameters

Name Type Description
menu DevExpress.XtraGrid.Menu.GridViewMenu

A DevExpress.XtraGrid.Menu.GridViewMenu object specifying the popup menu. This value is assigned to the PopupMenuShowingEventArgs.Menu property.

hitInfo GridHitInfo

A GridHitInfo object specifying information on a clicked element. This value is assigned to the PopupMenuShowingEventArgs.HitInfo property.

Remarks

Instances of the PopupMenuShowingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also