New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the command that is executed when key from the keyboard is pressed.

Definition

Constructors

C#
public ComboBoxKeyDownCommand()

Methods

Determines whether the command can execute in its current state.

C#
public override bool CanExecute(object parameter)
Parameters:parameterobjectReturns:

bool

Overrides: ComboBoxCommand.CanExecute(object)

Defines the method to be called when the command is invoked.

C#
public override void Execute(object parameter)
Parameters:parameterobject

Overrides: ComboBoxCommand.Execute(object)