AutoCompleteBox.BindingEvaluator<T>.

AutoCompleteBox.

BindingEvaluator(IBinding) Constructor

Summary

Initializes a new instance of the BindingEvaluator class, setting the initial binding to the provided parameter.

Syntax

public BindingEvaluator(IBinding binding)

Parameters

Name Type Description
binding IBinding The initial string value binding.

Return Value

Type Description
void