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

PopupMenuShowingEventArgs(VGridPopupMenu, BaseRow) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public PopupMenuShowingEventArgs(
    VGridPopupMenu menu,
    BaseRow row
)

Parameters

Name Type Description
menu DevExpress.XtraVerticalGrid.VGridPopupMenu

A VGridPopupMenu object that represents the menu to be displayed. This value is assigned to the PopupMenuShowingEventArgs.Menu property.

row BaseRow

A BaseRow object that represents the row where the menu should to be displayed. This value is assigned to the PopupMenuShowingEventArgs.Row property.

See Also