DefaultMenuInteractionHandler(Boolean, IInputManager, ActionAction, TimeSpan) Constructor
Namespace: Avalonia.Controls.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
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
- isContextMenu Boolean
-
- inputManager IInputManager
-
- delayRun ActionAction, TimeSpan
-