Session factory event configurations.
Namespace: NHibernate.CfgAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
IList<EventConfiguration> Events { get; } |
| Visual Basic |
|---|
ReadOnly Property Events As IList(Of EventConfiguration) Get |
| Visual C++ |
|---|
property IList<EventConfiguration^>^ Events { IList<EventConfiguration^>^ get (); } |