Scope: Schematic editor
Object: Application Object
Prerequisites: None
Occurs when the View child window becomes active.
Sub Application_ActivateView()
None
This event is executed when a child window becomes active (receives focus), not when the Application becomes active.
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.