Delegate LurchTable<TKey, TValue>.ItemUpdatedMethod
Method signature for the ItemUpdated event
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public delegate void ItemUpdatedMethod(KeyValuePair<TKey, TValue> previous, KeyValuePair<TKey, TValue> next);
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.KeyValuePair<TKey, TValue> | previous | |
System.Collections.Generic.KeyValuePair<TKey, TValue> | next |