Summary
Called when the subscribed activator value changes.
- Namespace
- Avalonia
.Styling .Activators - Containing Type
- IStyleActivatorSink
Syntax
void OnNext(bool value, int tag)
Parameters
Name | Type | Description |
---|---|---|
value | bool | The new value. |
tag | int | The subscription tag. |
Return Value
Type | Description |
---|---|
void |