ItemAllowEventArgs(Int32) Constructor
Initializes a new instance of the ItemAllowEventArgs class with specified settings.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public ItemAllowEventArgs(
int itemHandle
)
Parameters
Name | Type |
---|---|
itemHandle | Int32 |
See Also