C# Class XFormsUI.iOS.CustomRenderer.MyViewCellRenderer.LongPressGestureRecognizer

Inheritance: UILongPressGestureRecognizer
Afficher le fichier Open project: supreettare/XFUI

Private Properties

Свойство Type Description
LongPressGestureRecognizer System
OnRecognizing void
OnRecognizing void

Méthodes publiques

Méthode Description
CreateGesture ( UITableView tableView, Xamarin.Forms.ViewCell cell ) : LongPressGestureRecognizer

Private Methods

Méthode Description
LongPressGestureRecognizer ( Action action ) : System
OnRecognizing ( LongPressGestureRecognizer recognizer, UITableView tableView, Xamarin.Forms.ViewCell cell ) : void
OnRecognizing ( UILongPressGestureRecognizer r ) : void

Method Details

CreateGesture() public static méthode

public static CreateGesture ( UITableView tableView, Xamarin.Forms.ViewCell cell ) : LongPressGestureRecognizer
tableView UITableView
cell Xamarin.Forms.ViewCell
Résultat LongPressGestureRecognizer