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

(Created page with "当一个函数请求一个来自IAdeUICallbacks::GetFilename()函数的文件名时,在处理完文件后,将调用该函数,例如...")
Line 4: Line 4:
 
= void FileOpenCompleted([in] string function, [in] string fullFilePath) =
 
= 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.
+
当一个函数请求一个来自[[IAdeUICallbacks::GetFilename/zh|IAdeUICallbacks::GetFilename]]()函数的文件名时,在处理完文件后,将调用该函数,例如在读取完文件后。
  
 
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.
 
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.

Revision as of 02:16, 27 October 2015

ADE User Guide > ADE Server Class Reference > IAdeUICallbacks

Other languages:
English • ‎中文

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

当一个函数请求一个来自IAdeUICallbacks::GetFilename()函数的文件名时,在处理完文件后,将调用该函数,例如在读取完文件后。

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.

参 数

返回值

示例

另请参考

Comments


You are not allowed to post comments.