Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

EventProperties Class

An EventProperties object is passed to BroadcastFunctions to facilitate parameter passing.

EventProperties Attributes

Attribute

Type

Notes

Count

Long

Read only. Number of parameters being passed to this broadcast event.

ObjectType

ObjectType

Read only. Distinguishes objects referenced through a Dispatch interface.

EventProperties Methods

Method

Type

Notes

Get (object Index)

EventProperty

Read only. Returns an EventProperty in the list, raising an error if Index is out of range.

Parameters:

  • Index: Variant - can either be a number representing a zero-based index into the array, or a string representing the name of the EventProperty. For example, Props.Get(3) or Props.Get("ObjectID").