DeleteContentEventArgs Class
Assembly: EPiServer (in EPiServer.dll) Version: 7.0.586.1
Syntax:
C# |
---|
public class DeleteContentEventArgs : ContentEventArgs |
Event arguments used when content is deleted.
Properties
Name | Summary | Status |
---|---|---|
CancelAction | Set value to abort the current event handling | public |
CancelReason | Gets or sets the reason for cancel. | public |
Content | The content that the event applies to | public |
ContentLink | The Content that the event applies to | public |
Creator | This property keeps track of the class/instance that created the page object. | public |
DeletedDescendents | Gets or sets a list of references to any descendents that will also be deleted from this delete operation. | public |
Items | Gets a key-value collection that can be used to organize and share data between events handlers during an event chain. | public |
RequiredAccess | The required access that the event applies to. | public |
TargetLink | The parent that the event applies to | public |
Inheritance
- System.Object
- System.EventArgs
- EPiServer.ContentEventArgs
- EPiServer.DeleteContentEventArgs