Error processing SSI file
(Leadtools.Controls)

Show in webframe

IsHandled Property (ImageViewerVirtualizerEventArgs)




Indicates whether the viewer should perform the default action when a virtualizer item is ready
Syntax
public bool IsHandled {get; set;}
'Declaration
 
Public Property IsHandled As Boolean

Property Value

false if the viewer should perform the default action when a virtualizer item is ready, otherwise; true to indicate that the action was handled and the viewer should render the item.
Remarks

VirtualizeItemReady 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:

Requirements

Target Platforms

See Also

Reference

ImageViewerVirtualizerEventArgs Class
ImageViewerVirtualizerEventArgs Members

Error processing SSI file