[Missing <summary> documentation for "P:NHibernate.Event.EventListeners.PreCollectionUpdateEventListeners"]

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

Syntax

C#
public IPreCollectionUpdateEventListener[] PreCollectionUpdateEventListeners { get; set; }
Visual Basic
Public Property PreCollectionUpdateEventListeners As IPreCollectionUpdateEventListener()
	Get
	Set
Visual C++
public:
property array<IPreCollectionUpdateEventListener^>^ PreCollectionUpdateEventListeners {
	array<IPreCollectionUpdateEventListener^>^ get ();
	void set (array<IPreCollectionUpdateEventListener^>^ value);
}

See Also