CollectionViewGestureEventHandler Delegate
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public delegate void CollectionViewGestureEventHandler(
object sender,
CollectionViewGestureEventArgs e
);
Parameters
Name | Type |
---|---|
sender | Object |
e | CollectionViewGestureEventArgs |
See Also