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