JSObject.ApplyChanges Method

When this method called, all properties getters are internally called looking for changes. Any change to the property value is sent to the client.

C#

public void ApplyChanges();

Group

JSObject Methods