DeactivateView Event (Application Object)

Scope: Schematic editor

Object: Application Object

Prerequisites: None

Occurs when a child window is deactivated. This event is not triggered when the Application is deactivated.

Usage

Sub Application_DeactivateView()

Arguments

None

Examples

When a child window is closed or another child becomes active, the Deactivate View event is triggered for the original child window.