C# Class MonoMobile.Views.DialogViewTable

Inheritance: UITableView
Afficher le fichier Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ResetTextShadow ( bool visible, NSSet touches ) : void

Method Details

DialogViewTable() public méthode

public DialogViewTable ( RectangleF bounds, UITableViewStyle style ) : System
bounds System.Drawing.RectangleF
style UITableViewStyle
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesCancelled() public méthode

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesEnded() public méthode

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void