BindingContext(Object, Object, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.