Initializes a new instance of the PostCollectionUpdateEvent class

Namespace: NHibernate.Event
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public PostCollectionUpdateEvent(
	ICollectionPersister collectionPersister,
	IPersistentCollection collection,
	IEventSource source
)
Visual Basic
Public Sub New ( _
	collectionPersister As ICollectionPersister, _
	collection As IPersistentCollection, _
	source As IEventSource _
)
Visual C++
public:
PostCollectionUpdateEvent(
	ICollectionPersister^ collectionPersister, 
	IPersistentCollection^ collection, 
	IEventSource^ source
)

Parameters

collectionPersister
Type: NHibernate.Persister.Collection..::..ICollectionPersister

[Missing <param name="collectionPersister"/> documentation for "M:NHibernate.Event.PostCollectionUpdateEvent.#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.PostCollectionUpdateEvent.#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.PostCollectionUpdateEvent.#ctor(NHibernate.Persister.Collection.ICollectionPersister,NHibernate.Collection.IPersistentCollection,NHibernate.Event.IEventSource)"]

See Also