C# 클래스 XFormsUI.iOS.CustomRenderer.MyViewCellRenderer.LongPressGestureRecognizer

상속: UILongPressGestureRecognizer
파일 보기 프로젝트 열기: supreettare/XFUI

Private Properties

프로퍼티 타입 설명
LongPressGestureRecognizer System
OnRecognizing void
OnRecognizing void

공개 메소드들

메소드 설명
CreateGesture ( UITableView tableView, Xamarin.Forms.ViewCell cell ) : LongPressGestureRecognizer

비공개 메소드들

메소드 설명
LongPressGestureRecognizer ( Action action ) : System
OnRecognizing ( LongPressGestureRecognizer recognizer, UITableView tableView, Xamarin.Forms.ViewCell cell ) : void
OnRecognizing ( UILongPressGestureRecognizer r ) : void

메소드 상세

CreateGesture() 공개 정적인 메소드

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