Skip to content

ReadOnlyObservableSet.setChanged

github-actions[bot] edited this page Oct 24, 2024 · 3 revisions
API / ReadOnlyObservableSet<TItem> / setChanged property

An event that is raised when the set changed by adding or removing items.

Property type: ISetChangedEvent<ReadOnlyObservableSet<TItem>, TItem>.

public readonly setChanged: ISetChangedEvent<ReadOnlyObservableSet<TItem>, TItem>

Source reference: src/collections/observableSet/ReadOnlyObservableSet.ts:33.

Clone this wiki locally