Skip to main content

@microsoft/fast-element > Subscriber > handleChange

Subscriber.handleChange() method

Called when a source this instance has subscribed to changes.

Signature:
handleChange(source: any, args: any): void;

Parameters

ParameterTypeDescription
sourceanyThe source of the change.
argsanyThe event args detailing the change that occurred.
Returns:

void