Click or drag to resize

ComponentDataSynchronizer Methods

The ComponentDataSynchronizer type exposes the following members.

Methods
  NameDescription
Public methodDeinit
Deinitializes the operator. By default this method removes the added bindings.
(Overrides DataBindingOperatorDeinit.)
Public methodInit
Initializes the operator. This method should be used to add bindings.
(Overrides DataBindingOperatorInit.)
Protected methodOnComponentValueChanged
Has to be called by derived classes when the value of the component has changed.
Public methodOnContextChanged
Has to be called when an anchestor context changed as the data value may change.
(Overrides DataBindingOperatorOnContextChanged.)
Protected methodSetComponentValue
Sets a new data value on the target component.
Top
See Also