[Missing <summary> documentation for "M:NHibernate.Event.IPreCollectionRemoveEventListener.OnPreRemoveCollection(NHibernate.Event.PreCollectionRemoveEvent)"]

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

Syntax

C#
void OnPreRemoveCollection(
	PreCollectionRemoveEvent event
)
Visual Basic
Sub OnPreRemoveCollection ( _
	event As PreCollectionRemoveEvent _
)
Visual C++
void OnPreRemoveCollection(
	PreCollectionRemoveEvent^ event
)

Parameters

event
Type: NHibernate.Event..::..PreCollectionRemoveEvent

[Missing <param name="event"/> documentation for "M:NHibernate.Event.IPreCollectionRemoveEventListener.OnPreRemoveCollection(NHibernate.Event.PreCollectionRemoveEvent)"]

See Also