ImageViewerImageLoadingEventArgs Object

Summary

Data for the image loading event.

Syntax
TypeScript
JavaScript
function lt.Controls.ImageViewerImageLoadingEventArgs 
	extends System.EventArgs 
class lt.Controls.ImageViewerImageLoadingEventArgs() 
	extends LeadEventArgs 

Remarks

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.

Example

For an example, refer to ImageLoading.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly