Summary
Subscribes to the value of the member.
- Namespace
- Avalonia
.Data .Core .Plugins - Containing Type
- PropertyAccessorBase
Syntax
public void Subscribe(Action<object> listener)
Parameters
Name | Type | Description |
---|---|---|
listener | Action |
A method that receives the values. |
Return Value
Type | Description |
---|---|
void |