C# Class MonoMobile.Dialog.OwnerDrawnElement.OwnerDrawnCell

Inheritance: UITableViewCell
Show file Open project: moljac/MonoMobile.Dialog

Public Methods

Method Description
LayoutSubviews ( ) : void
OwnerDrawnCell ( OwnerDrawnElement element, UITableViewCellStyle style, string cellReuseIdentifier ) : System
Update ( ) : void

Method Details

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

OwnerDrawnCell() public method

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

Update() public method

public Update ( ) : void
return void