ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailCtl Class / ItemBeforeDelete Event




In This Topic
    ItemBeforeDelete Event (ImGearThumbnailCtl)
    In This Topic
    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
    Gets ImGearThumbnailItem object that generated event.  
    See Also