CommandT1, T2(ActionT1) Constructor
Creates a new command.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public Command(
Action<T1> execute
)
new :
execute : Action<'T1> -> Command
Parameters
- execute ActionT1
- The action that should execute when the command is executed.