ImageGear for .NET
ItemAfterCreate Event (ImGearThumbnailCtl)




Called after a new thumbnail item is added to the Thumbnail control.
Syntax
'Declaration
 
<CategoryAttribute("Item")>
Public Event ItemAfterCreate As ImGearThumbnailItemEventHandler
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim handler As ImGearThumbnailItemEventHandler
 
AddHandler instance.ItemAfterCreate, handler
[CategoryAttribute("Item")]
public event ImGearThumbnailItemEventHandler ItemAfterCreate
[CategoryAttribute("Item")]
public: __event ImGearThumbnailItemEventHandler* ItemAfterCreate
[CategoryAttribute("Item")]
public:
event ImGearThumbnailItemEventHandler^ ItemAfterCreate
Event Data

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

PropertyDescription
Item Gets ImGearThumbnailItem object that generated event.
Remarks
During thumbnail item creation, the sequence of events is ItemBeforeLoad, then ItemAfterLoad, then ItemAfterCreate.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members
ImGearThumbnailItemEventHandler Delegate

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback