This version of Unity is unsupported.

SceneView.lastActiveSceneViewChanged

public static Action<SceneView,SceneView> lastActiveSceneViewChanged;

Description

Register to this callback to get notified when the active Scene View changes.

The callback will be called with a reference to the previously active Scene View and the newly active Scene View.