property OleEventParam.Name as String

Retrieves the name of the event's parameter.

TypeDescription
String A string expression that indicates the name 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.