Delegate CollectionChangedHandler<T>
The type of event raised after an operation on a collection has changed its contents.
Normally, a multioperation like AddAll,
C5.IExtensible`1.AddAll(System.Collections.Generic.IEnumerable{`0})
will only fire one CollectionChanged event. Any operation that changes the collection
must fire CollectionChanged as its last event.
Assembly: DistributedLucene.Net.dll
Syntax
public delegate void CollectionChangedHandler<T>(object sender);
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
Type Parameters
Extension Methods