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


This works in the same way as Add/RemoveDelVarCallback, but does not allow data to be sent to the CB method.

XPRBprob prob = new XPRBprob("NewProb"); prob.DelVarCallbacks += new XPRBDelVarCallback(delvar_cb_method);
