ApplicationEvents.OnDeactivateView Event
Parent Object: ApplicationEventsDescription
Fires just after a view is deactivated.
Remarks
The OnDeactivateView is not currently supported and no notification is sent when a view is deactivated.Syntax
ApplicationEvents.OnDeactivateView( ViewObject As View, BeforeOrAfter As EventTimingEnum, Context As NameValueMap, HandlingCode As HandlingCodeEnum )Parameters
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. |