Click or drag to resize

DataBinding Methods

The DataBinding type exposes the following members.

Methods
  NameDescription
Public methodDeinit
Deinitializes the data binding, e.g. unregistering from events.
Public methodGetValue(Type)
Returns the current data value, converted to the specified type.
Public methodGetValueT
Returns the current data value, converted to the specified type.
Public methodInit
Initializes the data binding, depending on the type of data binding.
Public methodInitProvider
Initializes the data provider of this binding.
Public methodOnContextChanged
Has to be called when an anchestor context changed as the data value may change.
Top
See Also