[Missing <summary> documentation for "M:NHibernate.Event.IPostCollectionUpdateEventListener.OnPostUpdateCollection(NHibernate.Event.PostCollectionUpdateEvent)"]

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

Syntax

C#
void OnPostUpdateCollection(
	PostCollectionUpdateEvent event
)
Visual Basic
Sub OnPostUpdateCollection ( _
	event As PostCollectionUpdateEvent _
)
Visual C++
void OnPostUpdateCollection(
	PostCollectionUpdateEvent^ event
)

Parameters

event
Type: NHibernate.Event..::..PostCollectionUpdateEvent

[Missing <param name="event"/> documentation for "M:NHibernate.Event.IPostCollectionUpdateEventListener.OnPostUpdateCollection(NHibernate.Event.PostCollectionUpdateEvent)"]

See Also