Error processing SSI file
(Leadtools.Controls)

Show in webframe

VirtualizeItemReady Event




Occurs when the virtualizer has an item ready to be rendered.
Syntax
public event EventHandler<ImageViewerVirtualizerEventArgs> VirtualizeItemReady
'Declaration
 
Public Event VirtualizeItemReady As EventHandler(Of ImageViewerVirtualizerEventArgs)
Event Data

The event handler receives an argument of type ImageViewerVirtualizerEventArgs containing data related to this event. The following ImageViewerVirtualizerEventArgs properties provide information specific to this event.

PropertyDescription
Data The image data for the item.
IsHandled Indicates whether the viewer should perform the default action when a virtualizer item is ready
Item The source item.
Virtualizer Virtualizer object that initiated this event.
Remarks

This event is raised through Virtualizer after LoadItem returns the image data of an item. The viewer will automatically invalidate the item area so it can be re-rendered and the place holder replaced with the actual image data.

You can use subscribe to this event to perform the following:

Example

For an example, refer to ImageViewerVirtualizer.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file