Initializes a new instance of the LoadEvent class
Namespace: NHibernate.EventAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public LoadEvent( Object entityId, Object instanceToLoad, IEventSource source )  | 
| Visual Basic | 
|---|
Public Sub New ( _ entityId As Object, _ instanceToLoad As Object, _ source As IEventSource _ )  | 
| Visual C++ | 
|---|
public: LoadEvent( Object^ entityId, Object^ instanceToLoad, IEventSource^ source )  | 
Parameters
- entityId
 - Type: System..::..Object
[Missing <param name="entityId"/> documentation for "M:NHibernate.Event.LoadEvent.#ctor(System.Object,System.Object,NHibernate.Event.IEventSource)"]
 
- instanceToLoad
 - Type: System..::..Object
[Missing <param name="instanceToLoad"/> documentation for "M:NHibernate.Event.LoadEvent.#ctor(System.Object,System.Object,NHibernate.Event.IEventSource)"]
 
- source
 - Type: NHibernate.Event..::..IEventSource
[Missing <param name="source"/> documentation for "M:NHibernate.Event.LoadEvent.#ctor(System.Object,System.Object,NHibernate.Event.IEventSource)"]