AutoCompleteBox.

UpdateDataValidation<T>(AvaloniaProperty<T>, BindingValue<T>) Method

Summary

Called to update the validation state for properties for which data validation is enabled.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox

Syntax

protected override void UpdateDataValidation<T>(AvaloniaProperty<T> property, BindingValue<T> value)

Type Parameters

Name Description
T

Parameters

Name Type Description
property AvaloniaProperty<T> The property.
value BindingValue<T> The new binding value for the property.

Return Value

Type Description
void