InpcPropertyAccessorPlugin Class

Summary

Reads a property from a standard C# object that optionally supports the INotifyPropertyChanged interface.
Namespace
Avalonia.Data.Core.Plugins
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IPropertyAccessorPlugin"] click Interface0 "/api/Avalonia.Data.Core.Plugins/IPropertyAccessorPlugin" Type["InpcPropertyAccessorPlugin"] class Type type-node

Syntax

public class InpcPropertyAccessorPlugin : IPropertyAccessorPlugin

Methods

Name Value Summary
Match(object, string) bool
Checks whether this plugin can handle accessing the properties of the specified object.
Start(WeakReference<object>, string) IPropertyAccessor
Starts monitoring the value of a property on an object.