[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Occurs when a potentially destructive operations occurs on the dictionary
and the dictionary is allowed to rebalance.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event RemoveEldest As EntryEventHandler |
C# |
---|
public event LinkedDictionary<K, V>.EntryEventHandler RemoveEldest |
Visual C++ |
---|
public: event EntryEventHandler^ RemoveEldest { void add (EntryEventHandler^ value); void remove (EntryEventHandler^ value); } |