ImageViewerImageLoadingEventArgs Object

Summary

Data for the image loading event.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly