Skip to main content

SwipeItemTapEventArgs(Int32, Object) Constructor

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

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public SwipeItemTapEventArgs(
    int itemHandle,
    object item
)

Parameters

Name Type
itemHandle Int32
item Object
See Also