[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)
Delegate for handling events on dictionary entries.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Delegate Function EntryEventHandler ( _ entry As KeyValuePair(Of K, V) _ ) As Boolean |
C# |
---|
public delegate bool EntryEventHandler ( KeyValuePair<K, V> entry ) |
Visual C++ |
---|
public delegate bool EntryEventHandler ( KeyValuePair<K, V> entry ) |