Skip to main content

Start Method

Starts monitoring the data validation state of a property on an object.

Definition

Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public IPropertyAccessor Start(
WeakReference<Object?> reference,
string name,
IPropertyAccessor inner
)

Parameters

  WeakReference(Object)
A weak reference to the object.
  String
 
  IPropertyAccessor
The inner property accessor used to access the property.

Return Value

IPropertyAccessor
An IPropertyAccessor interface through which future interactions with the property will be made.

Implements

IDataValidationPlugin.Start(WeakReference(Object), String, IPropertyAccessor)

See Also

Reference

DataAnnotationsValidationPlugin Class
Avalonia.Data.Core.Plugins Namespace