add_imageReadyStateChange(function(sender, e)) imageReadyStateChange.add(function(sender, e)) remove_imageReadyStateChange(function(sender, e)) imageReadyStateChange.remove(function(sender, e))
When a new value is set into ImageUrl, the HTML readystatechange
will occur, the viewer will fire a corresponding ImageReadyStateChange events.
Supported by Internet Explorer only.
Parameter | Type | Description |
---|---|---|
sender | 'var' | The source of the event. |
e | ElementEventArgs | The event data. |