Skip to content

IItemRemovedEventArgs

Andrei Fangli edited this page Jul 4, 2021 · 1 revision
API / IItemRemovedEventArgs<TItem> interface

Contains information about the item that was removed from a collection.

interface IItemRemovedEventArgs<TItem>

Template Parameters

  • TItem: the type of items the collection contains.

Properties

  • item: the item that was removed.
  • index: the index from which the item was removed.
Clone this wiki locally