EventProperties

Return to Introduction  Previous page  Next page

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

EventProperty

Read only.  Params:  Index (Variant)

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

Index can either be a number representing a zero-based index into the array, or a string representing the name of the EventProperty.

eg. Props.Get(3) or Props.Get("ObjectID")