ImageGear for .NET
ItemClicked Event (ImGearThumbnailCtl)




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
[CategoryAttribute("Item")]
public event ImGearThumbnailItemEventHandler ItemClicked
[CategoryAttribute("Item")]
public: __event ImGearThumbnailItemEventHandler* ItemClicked
[CategoryAttribute("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
Item Gets ImGearThumbnailItem object that generated event.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members
ImGearThumbnailItemEventHandler Delegate

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback