Fires just after a view is deactivated.
| Name | Type | Description |
| ViewObject | View | The view that has been deactivated. |
| BeforeOrAfter | EventTimingEnum | Input indicating if the event is being fired before (kBefore) or after (kAfter) the view is deactivated. |
| Context | NameValueMap | Input object that can be used to determine the context of why the event fired. |
| HandlingCode | HandlingCodeEnum | Output that indicates how you are handling the event. |