Delegate ItemInsertedHandler<T>
The type of event raised after an item has been inserted into a list by an Insert, InsertFirst or InsertLast operation. The event will be raised at a point of time, where the collection object is in an internally consistent state and before the corresponding CollectionChanged event is raised.
Note: an ItemsAdded event will also be fired.
Namespace: Lucene.Net.Support.C5
Assembly: Lucene.Net.dll
Syntax
public delegate void ItemInsertedHandler<T>(object sender, ItemAtEventArgs<T> eventArgs);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | |
| ItemAtEventArgs<T> | eventArgs |
Type Parameters
| Name | Description |
|---|---|
| T |