IPropertyAccessor.

Subscribe(Action<object>) Method

Summary

Subscribes to the value of the member.
Namespace
Avalonia.Data.Core.Plugins
Containing Type
IPropertyAccessor

Syntax

void Subscribe(Action<object> listener)

Parameters

Name Type Description
listener Action<object> A method that receives the values.

Return Value

Type Description
void