Initializes a new instance of the EventConfiguration class.

Namespace: NHibernate.Cfg.ConfigurationSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public EventConfiguration(
	ListenerConfiguration listener,
	ListenerType type
)
Visual Basic
Public Sub New ( _
	listener As ListenerConfiguration, _
	type As ListenerType _
)
Visual C++
public:
EventConfiguration(
	ListenerConfiguration^ listener, 
	ListenerType type
)

See Also