This event is available in object definitions of classes.
The RaisedEvent event is triggered whenever the ObjectRaiseEvent attribute function is called for an object variable.
Syntax scalar | |||
Function RaisedEvent(Name, Param) As Void | |||
Syntax list | |||
Function RaisedEvent(Index, Name, Param) As Void | |||
Parameter | |||
Name |
Type |
Passing |
Description |
Index |
Long |
ByVal |
Index of the object |
Name |
String |
ByVal |
The passed name of the event |
Param |
Variant |
ByRef |
The passed value of the event |