[Visual
Basic] imagekitcontrolname_StartLoad(ByVal
FileName As String)
[Visual
C++] OnStartLoadimagekitcontrolname(LPCTSTR
FileName)
Parameters
Name | Explanation |
---|---|
FileName | The file name |
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.