ws_getsInvisible

Defines the behavior of the worksheet plug-in component when another worksheet is selected and the current worksheet becomes invisible.

operation getsInvisible
	
; Your code here

end; operation getsInvisible

Description

The operation is optional.

Example

The following operation sends a message to the Messages tab by calling the IDE API operation outputMessage.

operation ws_getsInVisible
  activate "IDE_API_1".outputMessage("Worksheet Gets InVisible (instance=%%$instancename)")
  if ($procerror != 0)
    putmess "Activate error: %%$procerror%%%, %%$procerrorcontext%%%"
  endif
end ; ws_getsInVisible