Share

ApplicationEvents.OnApplicationOptionChange Event

Parent Object: ApplicationEvents

Description

Fires just before and soon after application options are modified.

Remarks

Since this event is fired both before and after the change, you can check the values of any optoins you're interested when it's fired before and then check them again after to see if those specific options were changed.

Syntax

ApplicationEvents.OnApplicationOptionChange( BeforeOrAfter As EventTimingEnum, Context As NameValueMap, HandlingCode As HandlingCodeEnum )

Parameters

Name Type Description
BeforeOrAfter EventTimingEnum Input indicating if the event is being fired before (kBefore) or after (kAfter) an application option is changed. Notification is sent before and after the option is changed.
Context NameValueMap Input object that can be used to determine the context of why the event fired. No context information is provided for this event.
HandlingCode HandlingCodeEnum Output that indicates how you are handling the event. This argument is ignored for this event.

Version

Introduced in version 2010

Was this information helpful?