property OleEvent.Param (item as Variant) as OleEventParam

Retrieves an OleEventParam object given either the index of the parameter, or its name.

TypeDescription
item as Variant A long expression that indicates the argument's index or a a string expression that indicates the argument's name.
OleEventParam An OleEventParam object that holds information about a parameter of an event.
Use the CountParam property to count the parameters  of an OLE event. Use the Name property to get the parameter name. Use the Param property to get the event's parameter. Use the Value property to specify the value of the parameter.