An event class for persist()

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

Syntax

C#
public class PersistEvent : AbstractEvent
Visual Basic
Public Class PersistEvent _
	Inherits AbstractEvent
Visual C++
public ref class PersistEvent : public AbstractEvent

Inheritance Hierarchy

System..::..Object
  NHibernate.Event..::..AbstractEvent
    NHibernate.Event..::..PersistEvent

See Also