Scope: Schematic editor
Object: Application Object
Prerequisites: None
Occurs when a child window is deactivated. This event is not triggered by deactivating the Application.
Sub Application_DeactivateView2(ByVal View As IVdView)
The View Object that is being deactivated.
When a child window is closed or another child becomes active, the Deactivate View event is triggered for the original child window.