Initializes a new instance of the DeleteEvent class
Namespace: NHibernate.EventAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public DeleteEvent( string entityName, Object entity, IEventSource source )  | 
| Visual Basic | 
|---|
Public Sub New ( _ entityName As String, _ entity As Object, _ source As IEventSource _ )  | 
| Visual C++ | 
|---|
public: DeleteEvent( String^ entityName, Object^ entity, IEventSource^ source )  | 
Parameters
- entityName
 - Type: System..::..String
[Missing <param name="entityName"/> documentation for "M:NHibernate.Event.DeleteEvent.#ctor(System.String,System.Object,NHibernate.Event.IEventSource)"]
 
- entity
 - Type: System..::..Object
[Missing <param name="entity"/> documentation for "M:NHibernate.Event.DeleteEvent.#ctor(System.String,System.Object,NHibernate.Event.IEventSource)"]
 
- source
 - Type: NHibernate.Event..::..IEventSource
[Missing <param name="source"/> documentation for "M:NHibernate.Event.DeleteEvent.#ctor(System.String,System.Object,NHibernate.Event.IEventSource)"]