Content
|
public abstract class ContentItemDeleteEventArgs<T> : EntityEventArgs<T> where T : IContentItem
The ContentItemDeleteEventArgsT type exposes the following members.
| Name | Description | |
|---|---|---|
| Entity |
Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT) | |
| PermenantDelete | Gets/sets whether the deletion if permenant | |
| Session |
Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT) |