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)
- C#
- VB
- F#
[UnstableAttribute]
public interface IMenuInteractionHandler
<UnstableAttribute>
Public Interface IMenuInteractionHandler
[<UnstableAttribute>]
type IMenuInteractionHandler = interface end
Methods
Attach(MenuBase) | Attaches the interaction handler to a menu. |
Detach(MenuBase) | Detaches the interaction handler from the attached menu. |