ImageGear .NET - Updated May 30, 2018
ImGearThumbnailAfterLoadEventHandler Delegate




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace : ImGearThumbnailAfterLoadEventHandler Delegate
Object that triggered the event.
Information about the event.
Used for declaring ItemAfterLoad event.
Syntax
'Declaration
 
Public Delegate Sub ImGearThumbnailAfterLoadEventHandler( _
   ByVal sender As Object, _
   ByVal e As ImGearThumbnailAfterLoadEventArgs _
) 
 
'Usage
 
Dim instance As New ImGearThumbnailAfterLoadEventHandler(AddressOf HandlerMethod)

Parameters

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

Reference

ImGearThumbnailAfterLoadEventHandler Members
ImageGear.Windows.Forms.Thumbnails Namespace
ItemAfterLoad Event