ScreenUPG
onConnectionLost Event



Occurs when the connection to host is lost.
Syntax
'Declaration
 
Public Event onConnectionLost As ScreenUPG.onConnectionLostHandler
'Usage
 
Dim instance As ScreenUPG 
Dim handler As ScreenUPG.onConnectionLostHandler 
  
AddHandler instance.onConnectionLost, handler
public event ScreenUPG.onConnectionLostHandler onConnectionLost
public: 
event ScreenUPG.onConnectionLostHandler^ onConnectionLost
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenUPG Class
ScreenUPG Members
addIScreenListenerEx Method
removeIScreenListenerEx Method
ScreenUPG.onConnectionLostHandler Delegate