This event is generated before a file has started to load.
[Visual Basic]   imagekitcontrolname_StartLoad(ByVal FileName As String)
[Visual C++]     OnStartLoadimagekitcontrolname(LPCTSTR FileName)
[VB.NET]   imagekitcontrolname_StartLoad(ByVal sender As System.Object, ByVal e As AxImageKit10(A)Lib.IImageKitEvents_StartLoadEvent)
[C#.NET]   imagekitcontrolname_StartLoad(object sender, AxImageKit10(A)Lib.IImageKitEvents_StartLoadEvent e)

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

Parameters

Name Explanation
FileName The file name

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

Explanation

The StartLoad event is generated before a file has started to load, 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