Initializing help system before first use

ErrorCallbacks Event

Add or subtract a BCL error callback using standard +- operators.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public event XPRBErrorCallback ErrorCallbacks

Value

Type:  BCLXPRBErrorCallback
Remarks
This works in the same way as Add/RemoveErrorCallback, but does not allow data to be sent to the CB method.
Examples
xbexpl3.cs in the User's Guide Examples folder.
See Also