ActivateView Event (Application Object)

Scope: Schematic editor

Object: Application Object

Prerequisites: None

Occurs when the View child window becomes active.

Usage

Sub Application_ActivateView()

Arguments

None

Description

This event is executed when a child window becomes active (receives focus), not when the Application becomes active.

Note:

When this event is executed, the context has not yet been set, so GetTopLevelDesignName Method (View Object) and TopBlock Property (View Object) might return incorrect information. To avoid that problem consider using ActivateView2 Event (Application Object) instead of this event.