public function GetEventParameter
Prototype:
public function GetEventParameter(index);
Parameters
index
the index of the needed paremter
Description:
Gets an ActiveX event parameter. index must range from 0, to the count minus one of the parameters received by the ActiveX event.
Return value:
Returns the parameter on the position specified by the index parameter.