Class ItemTappedEventArgs
Item tapped event arguments.
Inherited Members
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public class ItemTappedEventArgs : ItemTappedEventArgs
Fields
Handled
Set to true if you have handled this event and don't want other handlers to have a crack at it
Declaration
public bool Handled
Field Value
Type | Description |
---|---|
Boolean |
Properties
CellView
Gets the cell view bound to the tapped item.
Declaration
public View CellView { get; }
Property Value
Type | Description |
---|---|
View | The cell view. |
Index
Gets the index.
Declaration
public int Index { get; }
Property Value
Type | Description |
---|---|
Int32 | The index. |