ClassItemSwipeActionCompleteCommand
Class
Command that is executed when the swiping action of a RadListViewItem element has ended.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ItemSwipeActionCompleteCommand : ListViewCommand, ICommand
Inheritance: objectRadDependencyObjectAttachableObject<RadListView>ControlCommandBase<RadListView>ListViewCommandItemSwipeActionCompleteCommand
Implements:
Inherited Members
Constructors
ItemSwipeActionCompleteCommand()
Declaration
cs-api-definition
public ItemSwipeActionCompleteCommand()
Methods
CanExecute(object)
Determines whether the command can be executed against the provided parameter.
Execute(object)
Performs the core action given the provided parameter.
Declaration
cs-api-definition
public override void Execute(object parameter)
Parameters
parameter
Overrides