Table of Contents

Constructor ShortcutAndAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ShortcutAndAction(ShortcutInfo, Action)

Initializes a new instance of the ShortcutAndAction struct with the specified shortcut and action.

public ShortcutAndAction(ShortcutInfo shortcut, Action action)

Parameters

shortcut ShortcutInfo

The shortcut information.

action Action

The action associated with the shortcut.