Occurs after deleting an item from the datastore

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

Syntax

C#
[SerializableAttribute]
public class PostDeleteEvent : AbstractPostDatabaseOperationEvent
Visual Basic
<SerializableAttribute> _
Public Class PostDeleteEvent _
	Inherits AbstractPostDatabaseOperationEvent
Visual C++
[SerializableAttribute]
public ref class PostDeleteEvent : public AbstractPostDatabaseOperationEvent

Inheritance Hierarchy

See Also