ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / ItemBeforeDelete Event




In This Topic
    ItemBeforeDelete Event (ImGearThumbnailCtl)
    In This Topic
    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