Called before a collection is deleted.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
void OnCollectionRemove( Object collection, Object key )  | 
| Visual Basic | 
|---|
Sub OnCollectionRemove ( _ collection As Object, _ key As Object _ )  | 
| Visual C++ | 
|---|
void OnCollectionRemove( Object^ collection, Object^ key )  | 
Parameters
- collection
 - Type: System..::..Object
[Missing <param name="collection"/> documentation for "M:NHibernate.IInterceptor.OnCollectionRemove(System.Object,System.Object)"]
 
- key
 - Type: System..::..Object
[Missing <param name="key"/> documentation for "M:NHibernate.IInterceptor.OnCollectionRemove(System.Object,System.Object)"]