ClassItemTapCommand
Class
Represents a command that is executed when the user taps on a RadListViewItem.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ItemTapCommand : ListViewCommand, ICommand
Inheritance: objectRadDependencyObjectAttachableObject<RadListView>ControlCommandBase<RadListView>ListViewCommandItemTapCommand
Implements:
Inherited Members
Constructors
ItemTapCommand()
Declaration
cs-api-definition
public ItemTapCommand()
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