EvaluationContext.OnEvaluation Event
Occurs on change of evaluation process status.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public event EvaluationEventHandler OnEvaluation
Public Event OnEvaluation As EvaluationEventHandler
public:
event EvaluationEventHandler^ OnEvaluation {
void add (EvaluationEventHandler^ value);
void remove (EvaluationEventHandler^ value);
}
member OnEvaluation : IEvent<EvaluationEventHandler,
EventArgs>
Value
EvaluationEventHandler