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

PopupMenuShowingEventArgs(SpreadsheetPopupMenu, SpreadsheetMenuType) Constructor

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

Namespace: DevExpress.Xpf.Spreadsheet.Menu

Assembly: DevExpress.Xpf.Spreadsheet.v18.2.dll

Declaration

public PopupMenuShowingEventArgs(
    SpreadsheetPopupMenu menu,
    SpreadsheetMenuType menuType
)

Parameters

Name Type Description
menu DevExpress.Xpf.Spreadsheet.Menu.SpreadsheetPopupMenu

A DevExpress.Xpf.Spreadsheet.Menu.SpreadsheetPopupMenu object that is a descendant of the PopupMenu.

menuType SpreadsheetMenuType

A SpreadsheetMenuType enumeration member specifying the menu type.

Remarks

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

See Also