Represents a pre-update event, which occurs just prior to performing the update of an entity in the database.

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

Syntax

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

Inheritance Hierarchy

See Also