Occurs when an error is detected.
Namespace: ScreenUPG
Assembly: ScreenUPG (in ScreenUPG.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event onError As ScreenUPG.onErrorHandler |
C# |
---|
public event ScreenUPG.onErrorHandler onError |
C++ |
---|
public: virtual event ScreenUPG.onErrorHandler onError { void add(ScreenUPG.onErrorHandler value) sealed ; void remove(ScreenUPG.onErrorHandler value) sealed ; } |
J# |
---|
/** event */ public final void add_onError(ScreenUPG.onErrorHandler value); /** event */ public final void remove_onError(ScreenUPG.onErrorHandler value); |
JScript |
---|