Show / Hide Table of Contents

    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
    KeyValuePair<TKey, TValue> previous
    KeyValuePair<TKey, TValue> next
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)