ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : ItemAfterLoad Event |
'Declaration <CategoryAttribute("Item")> Public Event ItemAfterLoad As ImGearThumbnailAfterLoadEventHandler
'Usage Dim instance As ImGearThumbnailCtl Dim handler As ImGearThumbnailAfterLoadEventHandler AddHandler instance.ItemAfterLoad, handler
[CategoryAttribute("Item")] public event ImGearThumbnailAfterLoadEventHandler ItemAfterLoad
[CategoryAttribute("Item")] public: __event ImGearThumbnailAfterLoadEventHandler* ItemAfterLoad
[CategoryAttribute("Item")] public: event ImGearThumbnailAfterLoadEventHandler^ ItemAfterLoad
The event handler receives an argument of type ImGearThumbnailAfterLoadEventArgs containing data related to this event. The following ImGearThumbnailAfterLoadEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Page | Gets ImageGear.Core.ImGearPage class object containing full-sized picture that was used to create a thumbnail. |
Skip | Gets or sets a value indicating whether or not to load thumbnail into a control. |