Skip to main content

Subscribe Method

Subscribes to the value of the member.

Definition

Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public void Subscribe(
Action<Object?> listener
)

Parameters

  Action(Object)
A method that receives the values.

Implements

IPropertyAccessor.Subscribe(Action(Object))

See Also

Reference

PropertyAccessorBase Class
Avalonia.Data.Core.Plugins Namespace