Delegate CanNotDropDiskSegment<TKey, TValue>
Event is fired when the disk segment can not be dropped.
Namespace: Tenray.ZoneTree
Assembly: ZoneTree.dll
Syntax
public delegate void CanNotDropDiskSegment<TKey, TValue>(IDiskSegment<TKey, TValue> diskSegment, Exception e)
Parameters
| Type | Name | Description |
|---|---|---|
| IDiskSegment<TKey, TValue> | diskSegment | The disk segment |
| Exception | e | The exception |
Type Parameters
| Name | Description |
|---|---|
| TKey | The key type |
| TValue | The value type |