ImageGear for .NET
MarksLoading Event
See Also  Send Feedback
ImageGear21.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : MarksLoading Event




Glossary Item Box

This event is called when a thumbnail item is first generated and can be used to load the marks for the thumbnail item.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Event Data

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

PropertyDescription
ARTPage Gets or sets the ARTPage that will be displayed in the thumbnail item.
Item Gets the ImGearThumbnailPage in which the marks are loading.

Remarks

The LoadAllARTPages method can be used to fire the MarksLoading event for each thumbnail item that does not have an associated ImGearARTPage in the ThumbnailList.ARTPageCache.

See Also

©2013. Accusoft Corporation. All Rights Reserved.