Arbortext IsoView > Programmer's Reference > Events > FileChanged
  
FileChanged
This event is generated when the file has been changed. This may occur either from outside (via Iso3OpenFile or FileName) or when Arbortext IsoView has executed internal “jumps” to another file. (See Iso3OpenFile and FileName.)
Introduced with Arbortext IsoView 1.0.
Syntax
FileChangedFileName
Parameters:
FileName
Indicates the current filename as BSTR.
<!- Internet Explorer -->
<script language="VBScript" for="ivx1"
event="FileChanged(strFileName)">
<!--
call FileHasChanged( strFileName )
//-->
</script>