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

Inheritance: UILongPressGestureRecognizer
ファイルを表示 Open project: supreettare/XFUI

Private Properties

Property Type Description
LongPressGestureRecognizer System
OnRecognizing void
OnRecognizing void

Public Methods

Method Description
CreateGesture ( UITableView tableView, Xamarin.Forms.ViewCell cell ) : LongPressGestureRecognizer

Private Methods

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

Method Details

CreateGesture() public static method

public static CreateGesture ( UITableView tableView, Xamarin.Forms.ViewCell cell ) : LongPressGestureRecognizer
tableView UITableView
cell Xamarin.Forms.ViewCell
return LongPressGestureRecognizer