Class ComboBoxKeyDownCommand
Represents the command that is executed when key from the keyboard is pressed.
Inherited Members
Namespace: Telerik.Maui.Controls.ComboBox
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ComboBoxKeyDownCommand : ComboBoxCommand, INotifyPropertyChanged, ICommand
Constructors
ComboBoxKeyDownCommand()
Declaration
public ComboBoxKeyDownCommand()
Methods
CanExecute(Object)
Determines whether the command can execute in its current state.
Declaration
public override bool CanExecute(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|
Overrides
Execute(Object)
Defines the method to be called when the command is invoked.
Declaration
public override void Execute(object parameter)
Parameters
System.Object
parameter
|