com.onlineobject.objectnet Namespace

NetworkVariable<(Of <(<'T>)>)>..::..TriggerOnChange Method

Triggers the onValueChange delegate with the specified old and new values.

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

Syntax


public void TriggerOnChange(

	Object oldValue,

	Object newValue

)

Parameters

oldValue
Type: Object
The old value of the network variable.
newValue
Type: Object
The new value of the network variable.