Click or drag to resize

DelegateUpdateListener Constructor (EventHandler)

Initializes a new instance of the DelegateUpdateListener class

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public DelegateUpdateListener(
	EventHandler procUpdate
)

Parameters

procUpdate
Type: SystemEventHandlerTEventArgs

[Missing <param name="procUpdate"/> documentation for "M:com.espertech.esper.runtime.client.DelegateUpdateListener.#ctor(System.EventHandler`1)"]

See Also