IPropertyAccessorPlugin Interface
Defines how a member is read, written and observed by a binding.
Definition
Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public interface IPropertyAccessorPlugin
Public Interface IPropertyAccessorPlugin
type IPropertyAccessorPlugin = interface end
Methods
Match(Object, String) | Checks whether this plugin can handle accessing the properties of the specified object. |
Start(WeakReference(Object), String) | Starts monitoring the value of a property on an object. |