add_imageChanged(function(sender, e)) remove_imageChanged(function(sender, e))
!MISSING Scrap '_RTJavaScript_Event_SYNTAX'!
The ImageChanged event will occur upon successful completion of any of the following:
The user sets a new URL in the ImageUrl property and the viewer has finished loading the image in the URL successfully.
The user sets null into ImageUrl to remove the current image.
The user sets a new value into the ImageSize property when manually setting the image size and performing on the back canvas (BackCanvas).
For an example, refer to ImageUrl.
Parameter | Type | Description |
---|---|---|
sender | 'var' | The source of the event. |
e | Leadtools.LeadEventArgs | The event data. |