Summary
Starts monitoring the data validation state of a property on an object.
- Namespace
- Avalonia
.Data .Core .Plugins - Containing Type
- Indei
Validation Plugin
Syntax
public IPropertyAccessor Start(WeakReference<object> reference, string name, IPropertyAccessor accessor)
Parameters
Name | Type | Description |
---|---|---|
reference | WeakReference |
A weak reference to the object. |
name | string | |
accessor | IPropertyAccessor |
Return Value
Type | Description |
---|---|
IPropertyAccessor |
An IPropertyAccessor interface through which future interactions with the
property will be made.
|