 | ComponentDataSynchronizerOnComponentValueChanged Method |
Has to be called by derived classes when the value of the component has changed.
Namespace:
Slash.Unity.DataBind.Foundation.Synchronizers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected void OnComponentValueChanged(
Object newComponentValue
)
Protected Sub OnComponentValueChanged (
newComponentValue As Object
)
protected:
void OnComponentValueChanged(
Object^ newComponentValue
)
member OnComponentValueChanged :
newComponentValue : Object -> unit
Parameters
- newComponentValue
- Type: SystemObject
[Missing <param name="newComponentValue"/> documentation for "M:Slash.Unity.DataBind.Foundation.Synchronizers.ComponentDataSynchronizer.OnComponentValueChanged(System.Object)"]
See Also