AddMessageCallback Method
  Add a BCL message callback. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- cb
- 
   Type: 
   BCLXPRBMessageCallback
   
 XPRBMessageCallback object that points to the CB method.
- data
- 
   Type: 
   SystemObject
   
 An object that may be used to send data to the CB method.
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); object userData = IntPtr.Zero; XPRBMessageCallback msgCB = new XPRBMessageCallback(message_cb_method); prob.AddMessageCallback(msgCB, userData); 
 See Also
See Also
 
