Class
ItemSwipeActionCompleteCommand

Command that is executed when the swiping action of a RadListViewItem element has ended.

Definition

Constructors

ItemSwipeActionCompleteCommand()

Declaration

cs-api-definition
public ItemSwipeActionCompleteCommand()

Methods

CanExecute(object)

Determines whether the command can be executed against the provided parameter.

Declaration

cs-api-definition
public override bool CanExecute(object parameter)

Parameters

parameter

object

Returns

bool

Overrides ControlCommandBase<RadListView>.CanExecute(object)

Execute(object)

Performs the core action given the provided parameter.

Declaration

cs-api-definition
public override void Execute(object parameter)

Parameters

parameter

object

Overrides ControlCommandBase<RadListView>.Execute(object)