onError event delegate.
Visual Basic (Declaration) |
---|
Public Delegate Sub ScreenUPG.onErrorHandler() |
C# |
---|
public delegate void ScreenUPG.onErrorHandler() |
C++ |
---|
public delegate void ScreenUPG.onErrorHandler() |
J# |
---|
/** delegate */ public delegate void ScreenUPG.onErrorHandler() |
JScript |
---|
JScript suports the use of delegates, but not the declaration of new ones. |