You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

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