@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
Parameter | Type | Description |
---|---|---|
source | any | The source of the change. |
args | any | The event args detailing the change that occurred. |
void