The PostDeleteEvent type exposes the following members.

Properties

  NameDescription
Public propertyDeletedState
Public propertyEntity
The entity involved in the database operation.
(Inherited from AbstractPostDatabaseOperationEvent.)
Public propertyId
The id to be used in the database operation.
(Inherited from AbstractPostDatabaseOperationEvent.)
Public propertyPersister
The persister for the Entity.
(Inherited from AbstractPostDatabaseOperationEvent.)
Public propertySession
Returns the session event source for this event. This is the underlying session from which this event was generated.
(Inherited from AbstractEvent.)

See Also