Summary
Starts monitoring the value of a property on an object.
- Namespace
- Avalonia
.Data .Core .Plugins - Containing Type
- Inpc
Property Accessor Plugin
Syntax
public IPropertyAccessor Start(WeakReference<object> reference, string propertyName)
Parameters
Name | Type | Description |
---|---|---|
reference | WeakReference |
The object. |
propertyName | string | The property name. |
Return Value
Type | Description |
---|---|
IPropertyAccessor |
An IPropertyAccessor interface through which future interactions with the
property will be made.
|