Skip to content

ReadOnlyObservableCollection.itemRemoved

Andrei Fangli edited this page Sep 3, 2023 · 2 revisions
API / ReadOnlyObservableCollection<TItem> / itemRemoved property

An event that is raised when an item is removed from the collection.

This is a public read-only property.
Property type: IEvent<IItemRemovedEventArgs<TItem>>

public readonly itemRemoved: IEvent<IItemRemovedEventArgs<TItem>>
Clone this wiki locally