ImageGear .NET v24.12 - Updated
ItemBeforeDelete Event (ImGearThumbnailCtl)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : ItemBeforeDelete Event
This event is called as each thumbnail item is removed from the control, before the item is removed from the items collection.
Syntax
'Declaration
 
Public Event ItemBeforeDelete As ImGearThumbnailItemEventHandler
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim handler As ImGearThumbnailItemEventHandler
 
AddHandler instance.ItemBeforeDelete, handler
public event ImGearThumbnailItemEventHandler ItemBeforeDelete
public: __event ImGearThumbnailItemEventHandler* ItemBeforeDelete
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
Gets ImGearThumbnailItem object that generated event.  
See Also