[Missing <summary> documentation for "M:NHibernate.Event.IPostCollectionRemoveEventListener.OnPostRemoveCollection(NHibernate.Event.PostCollectionRemoveEvent)"]

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

Syntax

C#
void OnPostRemoveCollection(
	PostCollectionRemoveEvent event
)
Visual Basic
Sub OnPostRemoveCollection ( _
	event As PostCollectionRemoveEvent _
)
Visual C++
void OnPostRemoveCollection(
	PostCollectionRemoveEvent^ event
)

Parameters

event
Type: NHibernate.Event..::..PostCollectionRemoveEvent

[Missing <param name="event"/> documentation for "M:NHibernate.Event.IPostCollectionRemoveEventListener.OnPostRemoveCollection(NHibernate.Event.PostCollectionRemoveEvent)"]

See Also