Class AutoCompleteRemoveTokenCommand
Represents the command that is executed when the user taps on the clear button of each token.
Inheritance
System.Object
AutoCompleteRemoveTokenCommand
Inherited Members
Namespace: Telerik.Maui.Controls.AutoComplete
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AutoCompleteRemoveTokenCommand : AutoCompleteCommand, INotifyPropertyChanged, ICommand
Constructors
AutoCompleteRemoveTokenCommand()
Declaration
public AutoCompleteRemoveTokenCommand()
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
|