ImageGear .NET - Updated
ItemClicked Event (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : ItemClicked Event
Called to indicate that the user clicked somewhere within the thumbnail control.
Syntax
'Declaration
 
<CategoryAttribute("Item")>
Public Event ItemClicked As ImGearThumbnailItemEventHandler
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim handler As ImGearThumbnailItemEventHandler
 
AddHandler instance.ItemClicked, handler
[Category("Item")]
public event ImGearThumbnailItemEventHandler ItemClicked
[Category("Item")]
public: __event ImGearThumbnailItemEventHandler* ItemClicked
[Category("Item")]
public:
event ImGearThumbnailItemEventHandler^ ItemClicked
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