EventType Property

Specifies the type of event for the Event object.

Syntax

object.EventType [= Long]

Properties

The EventType property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Long

The type of event.

Settings

The settings for Long are:

Value

Description

0

OnChange

1

OnTrue

2

OnFalse

3

WhileTrue

4

WhileFalse

NOTE: If you change the EventType property from the Properties window, you do not change the script. If you change the EventType from the Modify Event Entry dialog box then you are prompted to apply the existing script to the new event.

 

Applies To