DelVarCallbacks Event
  Add or subtract a BCL variable deletions callback using standard +- operators. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0
 Syntax
Syntax
 Remarks
Remarks
 This works in the same way as Add/RemoveDelVarCallback, but does not allow data to be sent to the CB method.
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); prob.DelVarCallbacks += new XPRBDelVarCallback(delvar_cb_method); 
 See Also
See Also
 
