DeactivateView2 Event (Application Object)

Scope: Schematic editor

Object: Application Object

Prerequisites: None

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

Usage

Sub Application_DeactivateView2(ByVal View As IVdView)

Arguments

View

The View Object that is being deactivated.

Examples

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