|
Property |
Method |
Event |
|
|
AfterFileLoadSpecifies whether or not the File-Open command was successful. Syntaxvoid AfterFileLoad( Parametersstatus [out] Whether or not the file opening is successful.
RemarksThis event occurs when the user opens a file using the File-Open command, not when a file is opened during initialization or by method call. Sample CodesVBScript function wec_AfterFileLoad(result)
|