[Visual
Basic] imagekitcontrolname_StartSave(ByVal
FileName As String)
[Visual
C++] OnStartSaveimagekitcontrolname(LPCTSTR
FileName)
Parameters
Name | Explanation |
---|---|
FileName | The name of the file |
Explanation
The StartSave event is generated when a file is saved, i.e. when the File.FileSaveAsRawData method, the SaveFile method, or the SaveFileMem method are executed. When the SaveFileMem method is used, raw data is loaded so the FileName parameter will be an empty string.