Constructor EvaluationResultsTreeController
EvaluationResultsTreeController(IExpressionEvaluator, TreeView, IHost)
Initializes a new instance of the EvaluationResultsTreeController
class with specified parameters.
public EvaluationResultsTreeController(IExpressionEvaluator evaluator, TreeView treeView, EvaluationResultsTreeController.IHost host)
Parameters
evaluator
IExpressionEvaluatorAn expression evaluator associated with the controller.
treeView
TreeViewTreeView is used to display an evaluation result.
host
EvaluationResultsTreeController.IHostAn IHost object that is used to respond to the tree-view events.