Skip to content

IPropertiesChangedEventHandler.handle

github-actions[bot] edited this page Dec 3, 2024 · 3 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