ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailAfterLoadEventHandler Delegate
Object that triggered the event.
Information about the event.




In This Topic
    ImGearThumbnailAfterLoadEventHandler Delegate
    In This Topic
    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)
    public delegate void ImGearThumbnailAfterLoadEventHandler( 
       object sender,
       ImGearThumbnailAfterLoadEventArgs e
    )
    public: __gc __delegate void ImGearThumbnailAfterLoadEventHandler( 
       Object* sender,
       ImGearThumbnailAfterLoadEventArgs* e
    )
    public delegate void ImGearThumbnailAfterLoadEventHandler( 
       Object^ sender,
       ImGearThumbnailAfterLoadEventArgs^ e
    )

    Parameters

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