ObjectRaiseEvent

concerns

The ObjectRaiseEvent attribute function triggers the built-in event RaiseEvent of the parent object. So value passings can be triggered, even if there are no well-known features of the parent object, nor public features are available.

 

Syntax

ObjectRaiseEvent(EventName, Param)

Return value

None

Parameter

Use

Name

Type

Passing

Description

Required

EventName

String

ByVal

Free tag to identify the passed value.

Required

Param

Variant

ByRef

Data to be transmitted.