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)
- C#
- VB
- F#
public IPropertyAccessor Start(
WeakReference<Object?> reference,
string name,
IPropertyAccessor accessor
)
Public Function Start (
reference As WeakReference(Of Object),
name As String,
accessor As IPropertyAccessor
) As IPropertyAccessor
abstract Start :
reference : WeakReference<Object> *
name : string *
accessor : IPropertyAccessor -> IPropertyAccessor
override Start :
reference : WeakReference<Object> *
name : string *
accessor : IPropertyAccessor -> IPropertyAccessor
Parameters
- WeakReference(Object)
- A weak reference to the object.
- String
- IPropertyAccessor
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
IndeiValidationPlugin Class
Avalonia.Data.Core.Plugins Namespace