Skip to content

IItemAddedEventArgs

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

Contains information about the item that was added to a collection, including the option to subscribe a clean-up callback.

interface IItemAddedEventArgs<TItem>

Template Parameters

  • TItem: the type of items the collection contains.

Properties

  • item: the item that was added.
  • index: the index where the item was added.

Methods

Clone this wiki locally