[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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
)

Parameters

entry
System.Collections.Generic.KeyValuePair<(Of TKey, TValue>)

Return Value