[Missing <summary> documentation for "M:NHibernate.Event.IPreCollectionRecreateEventListener.OnPreRecreateCollection(NHibernate.Event.PreCollectionRecreateEvent)"]

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

Syntax

C#
void OnPreRecreateCollection(
	PreCollectionRecreateEvent event
)
Visual Basic
Sub OnPreRecreateCollection ( _
	event As PreCollectionRecreateEvent _
)
Visual C++
void OnPreRecreateCollection(
	PreCollectionRecreateEvent^ event
)

Parameters

event
Type: NHibernate.Event..::..PreCollectionRecreateEvent

[Missing <param name="event"/> documentation for "M:NHibernate.Event.IPreCollectionRecreateEventListener.OnPreRecreateCollection(NHibernate.Event.PreCollectionRecreateEvent)"]

See Also