VObject.update Method

this function calls server update function for this object (for example for update text).

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function update(beforeUpdate, afterUpdate);

Parameters

beforeUpdate

Type: function

Before update callback
afterUpdate

Type: function

After update callback

See Also

Reference