ClassItemActionTapContext
Class
The context that is passed as a parameter of an ItemActionTapCommand.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ItemActionTapContext : ItemTapContext
Inheritance: objectItemTapContextItemActionTapContext
Inherited Members
Constructors
ItemActionTapContext(object, RadListViewItem, double)
Initializes a new instance of the ItemActionTapContext class.
Declaration
cs-api-definition
public ItemActionTapContext(object item, RadListViewItem visualItem, double offset)
Parameters
item
visualItem
offset