ImageGear .NET - Updated
ImGearThumbnailItemEventHandler Delegate




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace : ImGearThumbnailItemEventHandler Delegate
Object that triggered the event.
Information about the event.
Used for declaring ImGearThumbnailCtl.ItemAfterCreate, ImGearThumbnailCtl.ItemBeforeDelete, ImGearThumbnailCtl.ItemClicked and ImGearThumbnailCtl.ItemDoubleClicked events.
Syntax
'Declaration
 
Public Delegate Sub ImGearThumbnailItemEventHandler( _
   ByVal sender As Object, _
   ByVal e As ImGearThumbnailItemEventArgs _
) 
'Usage
 
Dim instance As New ImGearThumbnailItemEventHandler(AddressOf HandlerMethod)
public delegate void ImGearThumbnailItemEventHandler( 
   object sender,
   ImGearThumbnailItemEventArgs e
)
public: __gc __delegate void ImGearThumbnailItemEventHandler( 
   Object* sender,
   ImGearThumbnailItemEventArgs* e
)
public delegate void ImGearThumbnailItemEventHandler( 
   Object^ sender,
   ImGearThumbnailItemEventArgs^ e
)

Parameters

sender
Object that triggered the event.
e
Information about the event.
See Also

Reference

ImGearThumbnailItemEventHandler Members
ImageGear.Windows.Forms.Thumbnails Namespace
ItemAfterCreate Event
ItemBeforeDelete Event
ItemClicked Event
ItemDoubleClicked Event
ImGearThumbnailItemEventArgs Class