DocumentEvents.OnDeactivate Event

Parent Object: DocumentEvents

Description

The OnDeactivate event notifies a client when the document is being deactivated.

Syntax

DocumentEvents.OnDeactivate( BeforeOrAfter As EventTimingEnum, Context As NameValueMap, HandlingCode As HandlingCodeEnum )

Parameters

Name Type Description
BeforeOrAfter EventTimingEnum Input indicating when the event is fired. Notification is only sent before the document is deactivated.
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 4