This event is generated after a file has finished being saved.
[Visual Basic]   imagekitcontrolname_EndSave(ByVal FileName As String)
[Visual C++]     OnEndSaveimagekitcontrolname(LPCTSTR FileName)

Parameters

Name Explanation
FileName The name of the file

Explanation

The EndSave event is generated after a file has finished being saved, i.e. when theFile.FileSaveAsRawData method, the SaveFile method, or the SaveFileMem method have executed. When the SaveFileMem method is used, raw data is loaded and so the FileName parameter will be an empty string.

 

The ImageKit8 ActiveX is a product created by Newtone Corporation