Class ComboBoxClearSelectionCommand
Represents the command that is executed when the user taps on the clear button.
Inherited Members
Namespace: Telerik.Maui.Controls.ComboBox
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ComboBoxClearSelectionCommand : ComboBoxCommand, INotifyPropertyChanged, ICommand
Constructors
ComboBoxClearSelectionCommand()
Declaration
public ComboBoxClearSelectionCommand()
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
|