com.onlineobject.objectnet Namespace

IVariable..::..TriggerOnChange Method

Triggers an event or action when the variable value changes.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


void TriggerOnChange(

	Object oldValue,

	Object newValue

)

Parameters

oldValue
Type: Object
The value of the variable before the change.
newValue
Type: Object
The new value of the variable after the change.