Difference between revisions of "IAdeUICallbacks::FileOpenCompleted/zh"

(Created page with "== 参 数 ==")
(Created page with "== 返回值 ==")
Line 13: Line 13:
 
* «fullFilePath»: the file read -- exactly the same value returned by [[IAdeUICallbacks::GetFilename]]().
 
* «fullFilePath»: the file read -- exactly the same value returned by [[IAdeUICallbacks::GetFilename]]().
  
== Return value ==
+
== 返回值 ==
  
 
None
 
None

Revision as of 02:10, 27 October 2015

ADE User Guide > ADE Server Class Reference > IAdeUICallbacks

Other languages:
English • ‎中文

void FileOpenCompleted([in] string function, [in] string fullFilePath)

When a function requests a filename from IAdeUICallbacks::GetFilename(), it calls this function after it is done with the file, for example after the file has been read.

This callback gives a web-based application an opportunity to delete a temporary file, for example if the file had been uploaded by the user.

参 数

返回值

None

Examples

See Also

Comments


You are not allowed to post comments.