C# Class MonoTouch.Dialog.OwnerDrawnElement.OwnerDrawnCell

Inheritance: UITableViewCell
显示文件 Open project: escoz/MonoMobile.Forms

Public Methods

Method Description
LayoutSubviews ( ) : void
OwnerDrawnCell ( UITableViewCellStyle style, string cellReuseIdentifier ) : System
PrepareForReuse ( ) : void

Method Details

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

OwnerDrawnCell() public method

public OwnerDrawnCell ( UITableViewCellStyle style, string cellReuseIdentifier ) : System
style UITableViewCellStyle
cellReuseIdentifier string
return System

PrepareForReuse() public method

public PrepareForReuse ( ) : void
return void