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

Constructor.

Namespace: net.esper.events
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Protected Friend Sub New ( _
	_event As Object, _
	eventType As EventType _
)
C#
protected internal BeanEventBean (
	Object _event,
	EventType eventType
)
Visual C++
protected public:
BeanEventBean (
	Object^ _event, 
	EventType^ eventType
)

Parameters

_event
System.Object
is the event object
eventType
net.esper.events.EventType
is the schema information for the event object.