Click or drag to resize

EventPropertyRendererRender Method

RenderAny an event property.

Namespace:  com.espertech.esper.common.client.render
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void Render(
	EventPropertyRendererContext context
)

Parameters

context
Type: com.espertech.esper.common.client.renderEventPropertyRendererContext
provides information about the property
See Also