This event is generated when an image is dragged and dropped into the Thumbnail Control.

[Visual Basic]   thumbcontrolname_DropFileInThumb(ByVal PathName As String, ByVal FileName As String)
[Visual C++]     OnDropFileInThumbthumbcontrolname(LPCTSTR PathName, LPCTSTR FileName)
[VB.NET]   thumbcontrolname_DropFileInThumb(ByVal sender As System.Object, ByVal e As AxImageKit10Thumb(A)Lib._IImageKitThumbEvents_DropFileInThumbEvent)
[C#.NET]   thumbcontrolname_DropFileInThumb(object sender, AxImageKit10Thumb(A)Lib._IImageKitThumbEvents_DropFileInThumbEvent e)

* AxImageKit10ThumbALib refers to the ANSI version, AxImageKit10ThumbLib refers to the Unicode version.

Parameters

Name Explanation
PathName The directory name and path of the image dropped into the Thumbnail Control
FileName The filename of the image dropped into the Thumbnail Control

In VB.NET and C#.NET, the second argument e contains the PathName and FileName parameters. (The first letter is lower case)

Explanation

The DropFileInThumb event is generated when an image is dragged and dropped into the Thumbnail Control. This event is enabled when the EnableDragTarget property is True.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation