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