Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public PopupMenuShowingEventArgs(
    SpreadsheetPopupMenu menu,
    SpreadsheetMenuType menuType
)

Parameters

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

A descendant of the PopupMenu class.

menuType SpreadsheetMenuType

An enumeration member that specifies the menu type.

Remarks

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

See Also