IStyleActivatorSink.

OnNext(bool, int) Method

Summary

Called when the subscribed activator value changes.

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