Leadtools.Controls Namespace : ImageViewerImageLoadingEventArgs Object |
function Leadtools.Controls.ImageViewerImageLoadingEventArgs()
A new ImageViewerImageLoadingEventArgs is passed to callbacks for the ImageLoading event, which occurs when an image needs to load because Url or BackImageUrl was set. It may also occur when an image is reloaded when AutoRemoveItemElements is true.
The ImageLoader from this instance should not be run; it will start after all callbacks for the ImageLoading event have completed.
For an example, refer to ImageLoading.