C# Class FlexGridSample.EditFormTable

Inheritance: UITableViewController
Datei anzeigen Open project: GoXuni/Xamarin.iOS-Samples

Public Properties

Property Type Description
Presenter EditingFormSampleViewController

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

Method Description
EditFormTable ( IntPtr handle ) : Foundation
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
ViewDidLoad ( ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

EditFormTable() public method

public EditFormTable ( IntPtr handle ) : Foundation
handle System.IntPtr
return Foundation

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

Presenter public_oe property

public EditingFormSampleViewController,FlexGridSample Presenter
return EditingFormSampleViewController