| SingleSetterTOnValueChanged Method |
Called when the data binding value changed.
Namespace:
Slash.Unity.DataBind.Foundation.Setters
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax protected abstract void OnValueChanged(
T newValue
)
Protected MustOverride Sub OnValueChanged (
newValue As T
)
protected:
virtual void OnValueChanged(
T newValue
) abstract
abstract OnValueChanged :
newValue : 'T -> unit
Parameters
- newValue
- Type: T
New data value.
See Also