Fires when status (see status property) is updated.
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
function add_statusChanged(value); function remove_statusChanged(value);
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).