| UnityEventTriggerOnObjectValueChanged Method |
Called when the data binding value changed.
Namespace:
Slash.Unity.DataBind.Foundation.Triggers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax protected virtual void OnObjectValueChanged(
Object newValue
)
Protected Overridable Sub OnObjectValueChanged (
newValue As Object
)
protected:
virtual void OnObjectValueChanged(
Object^ newValue
)
abstract OnObjectValueChanged :
newValue : Object -> unit
override OnObjectValueChanged :
newValue : Object -> unit
Parameters
- newValue
- Type: SystemObject
New data value.
See Also