Initializing help system before first use

MessageCallbacks Event

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

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public event XPRBMessageCallback MessageCallbacks

Value

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