This documentation is for the old version. Go to the latest Graphics Mill docs

BaseViewer.statusChanged Event

Fires when status (see status property) is updated.

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

Syntax

Java Script
function add_statusChanged(value);
function remove_statusChanged(value);

Remarks

Using this method you can determine when the remote scripting method was stopped. To do it, this event handler should analyze the value returned with the status property. If it is ready, the remote method has been completed. If it is busy, the remote method has been started. If it is refresh, the bitmap is not modified, but the control is downloading a portion of the image (e.g. when user zoomed or scrolled content).

See Also

Reference