Called before a collection is (re)created.

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

Syntax

C#
void OnCollectionRecreate(
	Object collection,
	Object key
)
Visual Basic
Sub OnCollectionRecreate ( _
	collection As Object, _
	key As Object _
)
Visual C++
void OnCollectionRecreate(
	Object^ collection, 
	Object^ key
)

Parameters

collection
Type: System..::..Object

[Missing <param name="collection"/> documentation for "M:NHibernate.IInterceptor.OnCollectionRecreate(System.Object,System.Object)"]

key
Type: System..::..Object

[Missing <param name="key"/> documentation for "M:NHibernate.IInterceptor.OnCollectionRecreate(System.Object,System.Object)"]

See Also