![]() | ComponentDataSynchronizer Methods |
The ComponentDataSynchronizer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Deinit |
Deinitializes the operator.
By default this method removes the added bindings.
(Overrides DataBindingOperatorDeinit.) |
![]() | Init |
Initializes the operator.
This method should be used to add bindings.
(Overrides DataBindingOperatorInit.) |
![]() | OnComponentValueChanged |
Has to be called by derived classes when the value of the component has changed.
|
![]() | OnContextChanged |
Has to be called when an anchestor context changed as the data value may change.
(Overrides DataBindingOperatorOnContextChanged.) |
![]() | SetComponentValue |
Sets a new data value on the target component.
|