CollectionViewGestureEventArgs Properties
Provides data for the Tap event.| Name | Description |
|---|---|
| Item | Gets an object that specifies a data source’s item to which the CollectionView’s data row corresponds. |
| ItemHandle | Gets the handle of the processed item. Inherited from ItemEventArgs. |
See Also