Defines an event class for the deletion of an entity.
Namespace: NHibernate.EventAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
[SerializableAttribute] public class DeleteEvent : AbstractEvent |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class DeleteEvent _ Inherits AbstractEvent |
| Visual C++ |
|---|
[SerializableAttribute] public ref class DeleteEvent : public AbstractEvent |