Skip to content

IPropertiesChangedEventHandler.handle

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions

The method that handles the event.

handle(
  subject: T,
  changedProperties: readonly (keyof T)[]
): void

Source reference: src/viewModels/IPropertiesChangedEventHandler.ts:13.

Parameters

  • subject: T
    The object whose properties may have changed.

  • changedProperties: readonly (keyof T)[]
    The properties that may have changed.

Clone this wiki locally