[Missing <summary> documentation for "P:NHibernate.Event.EventListeners.PreCollectionRemoveEventListeners"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public IPreCollectionRemoveEventListener[] PreCollectionRemoveEventListeners { get; set; } |
| Visual Basic |
|---|
Public Property PreCollectionRemoveEventListeners As IPreCollectionRemoveEventListener() Get Set |
| Visual C++ |
|---|
public: property array<IPreCollectionRemoveEventListener^>^ PreCollectionRemoveEventListeners { array<IPreCollectionRemoveEventListener^>^ get (); void set (array<IPreCollectionRemoveEventListener^>^ value); } |