Summary
Initializes a new instance of the BindingEvaluator class,
setting the initial binding to the provided parameter.
- Namespace
- Avalonia
.Controls - Containing Type
- AutoCompleteBox
.BindingEvaluator <T>
Syntax
public BindingEvaluator(IBinding binding)
Parameters
Name | Type | Description |
---|---|---|
binding | IBinding | The initial string value binding. |
Return Value
Type | Description |
---|---|
void |