Summary
Handles user interaction for menus.
- Namespace
- Avalonia
.Controls .Platform - Implementing Types
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 |
void |
Attaches the interaction handler to a menu.
|
Detach |
void |
Detaches the interaction handler from the attached menu.
|