IMenuInteractionHandler Interface

Summary

Handles user interaction for menus.
graph BT Type["IMenuInteractionHandler"] class Type type-node Implementing0["DefaultMenuInteractionHandler"]-.->Type click Implementing0 "/api/Avalonia.Controls.Platform/DefaultMenuInteractionHandler"

Syntax

public interface IMenuInteractionHandler

Methods

Name Value Summary
Attach(IMenu) void
Attaches the interaction handler to a menu.
Detach(IMenu) void
Detaches the interaction handler from the attached menu.