This event is generated after a file has loaded.
[Visual Basic]   imagekitcontrolname_EndLoad(ByVal FileName As String)
[Visual C++]     OnEndLoadimagekitcontrolname(LPCTSTR FileName)
[VB.NET]   imagekitcontrolname_EndLoad(ByVal sender As System.Object, ByVal e As AxImageKit10(A)Lib.IImageKitEvents_EndLoadEvent)
[C#.NET]   imagekitcontrolname_EndLoad(object sender, AxImageKit10(A)Lib.IImageKitEvents_EndLoadEvent e)

* AxImageKit10ALib refers to the ANSI version, AxImageKit10Lib refers to the Unicode version.

Parameters

Name Explanation
FileName The name of the file

* The second parameter in VB.NET/C#.NET is e and it contains the FileName argument. (the first letter is lower case)

Explanation

The EndLoad event is generated after a file has loaded, i.e. when theFile.FileLoadAsRawData, the LoadFile or the LoadFileMem methods are executed. When the LoadFileMem method is used raw data is loaded so the FileName parameter will be an empty string.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation