C# Class MonoMobile.Views.DialogViewTable

Inheritance: UITableView
Exibir arquivo Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Public Methods

Method Description
DialogViewTable ( RectangleF bounds, UITableViewStyle style ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesCancelled ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ResetTextShadow ( bool visible, NSSet touches ) : void

Method Details

DialogViewTable() public method

public DialogViewTable ( RectangleF bounds, UITableViewStyle style ) : System
bounds System.Drawing.RectangleF
style UITableViewStyle
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesCancelled() public method

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesEnded() public method

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void