property OleEventParam.Value as Variant

Specifies the value of the event's parameter.

TypeDescription
Variant A variant value that indicates the value of the event's parameter.
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.