Constructor CommandContext
CommandContext(Command, Key?, KeyBinding?, object?)
Initializes a new instance of CommandContext with the specified Command,
public CommandContext(Command command, Key? key, KeyBinding? keyBinding = null, object? data = null)
Parameters
command
Commandkey
KeykeyBinding
KeyBinding?data
object