Skip to main content

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)

public interface IPropertyAccessorPlugin
View Source

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.

See Also

Reference

Avalonia.Data.Core.Plugins Namespace