C# 클래스 Input101.TableDelegate

상속: UITableViewDelegate
파일 보기 프로젝트 열기: GoXuni/Xamarin.iOS-Samples

공개 메소드들

메소드 설명
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
TableDelegate ( Xuni customAutocomplete ) : System
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void

메소드 상세

GetHeightForRow() 공개 메소드

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
리턴 nfloat

RowSelected() 공개 메소드

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
리턴 void

TableDelegate() 공개 메소드

public TableDelegate ( Xuni customAutocomplete ) : System
customAutocomplete Xuni
리턴 System

WillDisplay() 공개 메소드

public WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
tableView UITableView
cell UITableViewCell
indexPath NSIndexPath
리턴 void