Property | Type | Description | |
---|---|---|---|
LongPressGestureRecognizer | System | ||
OnRecognizing | void | ||
OnRecognizing | void |
Method | Description | |
---|---|---|
CreateGesture ( UITableView tableView, Xamarin.Forms.ViewCell cell ) : LongPressGestureRecognizer |
Method | Description | |
---|---|---|
LongPressGestureRecognizer ( Action |
||
OnRecognizing ( LongPressGestureRecognizer recognizer, UITableView tableView, Xamarin.Forms.ViewCell cell ) : void | ||
OnRecognizing ( UILongPressGestureRecognizer r ) : void |
public static CreateGesture ( UITableView tableView, Xamarin.Forms.ViewCell cell ) : LongPressGestureRecognizer | ||
tableView | UITableView | |
cell | Xamarin.Forms.ViewCell | |
return | LongPressGestureRecognizer |