Arbortext IsoView > Programmer's Reference > Events > ViewWindowChanged
  
ViewWindowChanged
This event occurs when one of the additional view windows (Magnifier, Global View) is opened or closed.
Introduced with Arbortext IsoView 4.0.
Syntax
ViewWindowChangedWindowAction
Parameters:
Window
Indicates the type of the window which has changed as short. Allowed values are:
1
MAGNIFIER
2
GLOBAL
Action
Indicates the action as short. Allowed values are:
1
WINDOW OPENED
2
WINDOW CLOSED
<script language="JavaScript" for="ivx1"
event="ViewWindowChanged(nWindow,nAction)">
<!--
handleViewWindowChanged(nWindow,nAction);
//-->
</script>