ScreenUPG
onError Event



Occurs when an error is detected.
Syntax
'Declaration
 
Public Event onError As ScreenUPG.onErrorHandler
'Usage
 
Dim instance As ScreenUPG 
Dim handler As ScreenUPG.onErrorHandler 
  
AddHandler instance.onError, handler
public event ScreenUPG.onErrorHandler onError
public: 
event ScreenUPG.onErrorHandler^ onError
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.onErrorHandler Delegate