Fires just before and soon after application options are modified.
| 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. |