ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : ItemBeforeDelete Event |
'Declaration <CategoryAttribute("Item")> Public Event ItemBeforeDelete As ImGearThumbnailItemEventHandler
'Usage Dim instance As ImGearThumbnailCtl Dim handler As ImGearThumbnailItemEventHandler AddHandler instance.ItemBeforeDelete, handler
[CategoryAttribute("Item")] public event ImGearThumbnailItemEventHandler ItemBeforeDelete
[CategoryAttribute("Item")] public: __event ImGearThumbnailItemEventHandler* ItemBeforeDelete
[CategoryAttribute("Item")] public: event ImGearThumbnailItemEventHandler^ ItemBeforeDelete
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.
Property | Description |
---|---|
Item | Gets ImGearThumbnailItem object that generated event. |