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

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

Syntax

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

See Also