Start Method
Starts monitoring the value of a property on an object.
Definition
Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
IPropertyAccessor? Start(
WeakReference<Object?> reference,
string propertyName
)
Function Start (
reference As WeakReference(Of Object),
propertyName As String
) As IPropertyAccessor
abstract Start :
reference : WeakReference<Object> *
propertyName : string -> IPropertyAccessor
Parameters
- WeakReference(Object)
- A weak reference to the object.
- String
- The property name.
Return Value
IPropertyAccessor
An IPropertyAccessor interface through which future interactions with the property will be made.
See Also
Reference
IPropertyAccessorPlugin Interface
Avalonia.Data.Core.Plugins Namespace