UpdateDataValidation Method
Called to update the validation state for properties for which data validation is enabled.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected override void UpdateDataValidation(
AvaloniaProperty property,
BindingValueType state,
Exception? error
)
Protected Overrides Sub UpdateDataValidation (
property As AvaloniaProperty,
state As BindingValueType,
error As Exception
)
abstract UpdateDataValidation :
property : AvaloniaProperty *
state : BindingValueType *
error : Exception -> unit
override UpdateDataValidation :
property : AvaloniaProperty *
state : BindingValueType *
error : Exception -> unit
Parameters
- AvaloniaProperty
- The property.
- BindingValueType
- The current data binding state.
- Exception
- The current data binding error, if any.
See Also
Reference
SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace