DefaultMenuInteractionHandler(Boolean, IInputManager, ActionAction, TimeSpan) Constructor

Initializes a new instance of the DefaultMenuInteractionHandler class

Definition

Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public DefaultMenuInteractionHandler(
	bool isContextMenu,
	IInputManager? inputManager,
	Action<Action, TimeSpan> delayRun
)

Parameters

isContextMenu  Boolean
 
inputManager  IInputManager
 
delayRun  ActionAction, TimeSpan
 

See Also