Skip to main content

IMenuInteractionHandler Interface

Unstable.

Note: This API is unstable and may change in a future release.

Handles user interaction for menus.

Definition

Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

[UnstableAttribute]
public interface IMenuInteractionHandler
View Source

Methods

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

See Also

Reference

Avalonia.Controls.Platform Namespace