This event is generated after a file has finished being saved.
[Visual Basic]   imagekitcontrolname_EndSave(ByVal FileName As String)
[Visual C++]     OnEndSaveimagekitcontrolname(LPCTSTR FileName)
[VB.NET]   imagekitcontrolname_EndSave(ByVal sender As System.Object, ByVal e As AxImageKit10(A)Lib.IImageKitEvents_EndSaveEvent)
[C#.NET]   imagekitcontrolname_EndSave(object sender, AxImageKit10(A)Lib.IImageKitEvents_EndSaveEvent 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 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 ImageKit10 ActiveX is a product created by Newtone Corporation