Arbortext IsoView > Programmer's Reference > Events
  
Events
ContextMenuItemHit
This event is generated when the user selects an item from a context menu. (See Context Menu Functions.)
Introduced with Arbortext IsoView 1.0.
Syntax
ContextMenuItemHititemTitle
Parameters:
item
Indicates the No. of the menu item (1 based) as short.
Title
Indicates the Title of the menu item as BSTR.
<!- Internet Explorer -->
<script language="VBScript" for="ivx1"
event="ContextMenuItemHit(item, Title)">
<!--
call ContextMenuItemHit( item, Title )
//-->
</script>