Skip to main content
Version: 2.x

Subscriber.handleChange() method

@microsoft/fast-element > Subscriber > handleChange

Subscriber.handleChange() method

Called when a subject this instance has subscribed to changes.

Signature:

handleChange(subject: any, args: any): void;

Parameters

Parameter

Type

Description

subject

any

The subject of the change.

args

any

The event args detailing the change that occurred.

Returns:

void