Summary
Publishes a value to the listener.
- Namespace
- Avalonia
.Data .Core .Plugins - Containing Type
- PropertyAccessorBase
Syntax
protected void PublishValue(object value)
Parameters
Name | Type | Description |
---|---|---|
value | object | The value. |
Return Value
Type | Description |
---|---|
void |