Represents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database.

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

Syntax

C#
public class PreDeleteEvent : AbstractPreDatabaseOperationEvent
Visual Basic
Public Class PreDeleteEvent _
	Inherits AbstractPreDatabaseOperationEvent
Visual C++
public ref class PreDeleteEvent : public AbstractPreDatabaseOperationEvent

Inheritance Hierarchy

See Also