Listeners for this event.

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

Syntax

C#
public IList<ListenerConfiguration> Listeners { get; }
Visual Basic
Public ReadOnly Property Listeners As IList(Of ListenerConfiguration)
	Get
Visual C++
public:
property IList<ListenerConfiguration^>^ Listeners {
	IList<ListenerConfiguration^>^ get ();
}

See Also