[Missing <summary> documentation for "M:NHibernate.Event.IPreCollectionUpdateEventListener.OnPreUpdateCollection(NHibernate.Event.PreCollectionUpdateEvent)"]

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

Syntax

C#
void OnPreUpdateCollection(
	PreCollectionUpdateEvent event
)
Visual Basic
Sub OnPreUpdateCollection ( _
	event As PreCollectionUpdateEvent _
)
Visual C++
void OnPreUpdateCollection(
	PreCollectionUpdateEvent^ event
)

Parameters

event
Type: NHibernate.Event..::..PreCollectionUpdateEvent

[Missing <param name="event"/> documentation for "M:NHibernate.Event.IPreCollectionUpdateEventListener.OnPreUpdateCollection(NHibernate.Event.PreCollectionUpdateEvent)"]

See Also