Data for the image loading event.
function lt.Controls.ImageViewerImageLoadingEventArgs
extends System.EventArgs
class lt.Controls.ImageViewerImageLoadingEventArgs()
extends System.EventArgs
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET