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

Represents the command that is executed when the user taps on the clear button of each token.

Definition

Constructors

C#
public AutoCompleteRemoveTokenCommand()

Methods

Determines whether the command can execute in its current state.

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

bool

Overrides: AutoCompleteCommand.CanExecute(object)

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

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

Overrides: AutoCompleteCommand.Execute(object)