Click or drag to resize

UpdateEventArgsNewEvents Property

Gets the new events. This will be null or empty if the Update is for old events only.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public EventBean[] NewEvents { get; }

Property Value

Type: EventBean
The new events.
See Also