|
Property |
Method |
Event |
|
|
OnCommandInvoked before the selected command is executed. This event is invoked only when "Command" is set to "Yes" in the [Event] category of the initialization file. Syntaxvoid OnCommand( Parameterscmdstr [in] Keyword of the command finished [in, out] Whether to execute the command.
Sample CodesVBScript sub wec_OnCommand(cmdstr, finished)
|