IMenuInteractionHandler Interface

Handles user interaction for menus.

Definition

Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[UnstableAttribute]
public interface IMenuInteractionHandler

Methods

Attach(MenuBase) Attaches the interaction handler to a menu.
Detach(MenuBase) Detaches the interaction handler from the attached menu.

See Also