DefaultMenuInteractionHandler(Boolean, IInputManager, Action<Action, TimeSpan>) Constructor
Initializes a new instance of the DefaultMenuInteractionHandler class
Definition
Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public DefaultMenuInteractionHandler(
bool isContextMenu,
IInputManager? inputManager,
Action<Action, TimeSpan> delayRun
)
Public Sub New (
isContextMenu As Boolean,
inputManager As IInputManager,
delayRun As Action(Of Action, TimeSpan)
)
new :
isContextMenu : bool *
inputManager : IInputManager *
delayRun : Action<Action, TimeSpan> -> DefaultMenuInteractionHandler
Parameters
See Also
Reference
DefaultMenuInteractionHandler Class
DefaultMenuInteractionHandler Overload
Avalonia.Controls.Platform Namespace