Show / Hide Table of Contents

    Delegate CollectionClearedHandler<T>

    The type of event raised after the Clear() operation on a collection.

    Note: The Clear() operation will not fire ItemsRemoved events.

    Namespace: Lucene.Net.Support.C5
    Assembly: Lucene.Net.dll
    Syntax
    public delegate void CollectionClearedHandler<T>(object sender, ClearedEventArgs eventArgs);
    Parameters
    Type Name Description
    System.Object sender
    ClearedEventArgs eventArgs
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)