Initializing help system before first use

DelVarCallbacks Event

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

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

Value

Type:  BCLXPRBDelVarCallback
Remarks
This works in the same way as Add/RemoveDelVarCallback, but does not allow data to be sent to the CB method.
Examples
XPRBprob prob = new XPRBprob("NewProb"); prob.DelVarCallbacks += new XPRBDelVarCallback(delvar_cb_method);
See Also