property OleEvent.Name as String

Retrieves the original name of the fired event.

TypeDescription
String A string expression that indicates the event's name.
Use the Name property to get the name of the event. Use the ID property to specify a specified even by its identifier. Use the ToString property to display information about fired event such us name, parameters, types and values. Use the CountParam property to count the parameters  of an OLE event. Use the Param property to get the event's parameter. Use the Value property to specify the value of the parameter.