Delegate ZoneTreeIsDisposing<TKey, TValue>
Event is fired when the ZoneTree is disposing.
Namespace: Tenray.ZoneTree
Assembly: ZoneTree.dll
Syntax
public delegate void ZoneTreeIsDisposing<TKey, TValue>(IZoneTreeMaintenance<TKey, TValue> zoneTree)Parameters
| Type | Name | Description | 
|---|---|---|
| IZoneTreeMaintenance<TKey, TValue> | zoneTree | The ZoneTree | 
Type Parameters
| Name | Description | 
|---|---|
| TKey | The key type | 
| TValue | The value type |