BindingContext(Object, Object, String) Constructor

Definition

Creates a binding context with the specified parameters.

public BindingContext (object callbacks, object o, string title);
new MonoTouch.Dialog.BindingContext : obj * obj * string -> MonoTouch.Dialog.BindingContext

Parameters

callbacks
Object

Instance where callback methods referenced from Tap attributes will be looked up.

o
Object

Object to create the user interface from

title
String

Title to be used for the resulting UI.

Remarks

Once you have created an instance of this object, you can use the RootElement property of the object to pass it to the DialogViewController to create the UI.

You can use the information on this binding context to retrieve the information after the user has edited the user interface by calling the method Fetch.

Applies to