Skip to main content

CollectionViewGestureEventArgs(Int32, Object) Constructor

Initializes a new instance of the CollectionViewGestureEventArgs class with specified settings.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public CollectionViewGestureEventArgs(
    int itemHandle,
    object item
)

Parameters

Name Type
itemHandle Int32
item Object
See Also