Event ItemRemoved
Event raised after an item is removed from the collection
Assembly: DistributedLucene.Net.dll
Syntax
public event Action<KeyValuePair<TKey, TValue>> ItemRemoved
Returns
Type | Description |
---|---|
Action<KeyValuePair<TKey, TValue>> |