ContextMenu.

ContextMenu(IMenuInteractionHandler) Constructor

Summary

Initializes a new instance of the ContextMenu class.
Namespace
Avalonia.Controls
Containing Type
ContextMenu

Syntax

public ContextMenu(IMenuInteractionHandler interactionHandler)

Parameters

Name Type Description
interactionHandler IMenuInteractionHandler The menu interaction handler.

Return Value

Type Description
void