Skip to main content
A newer version of this page is available. .

DXCollectionView.Tap Event

Occurs when a user taps the view.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public event EventHandler<CollectionViewGestureEventArgs> Tap

Event Data

The Tap event's data class is CollectionViewGestureEventArgs. The following properties provide information specific to this event:

Property
Item
ItemHandle
See Also