ImageGear .NET
ItemBeforeDelete Event (ImGearThumbnailCtl)




Called as each thumbnail item is removed from the control, before the item is removed from the items collection.
Syntax
'Declaration
 
<CategoryAttribute("Item")>
Public Event ItemBeforeDelete As ImGearThumbnailItemEventHandler
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim handler As ImGearThumbnailItemEventHandler
 
AddHandler instance.ItemBeforeDelete, handler
[Category("Item")]
public event ImGearThumbnailItemEventHandler ItemBeforeDelete
[Category("Item")]
public: __event ImGearThumbnailItemEventHandler* ItemBeforeDelete
[Category("Item")]
public:
event ImGearThumbnailItemEventHandler^ ItemBeforeDelete
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.  
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members
ImGearThumbnailItemEventHandler Delegate

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback