Table of Contents

Class AfterDeleteWebPageEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Represents an event raised after a web page is deleted.

public sealed class AfterDeleteWebPageEvent : AsyncEvent<DeleteWebPageEventData>, IAsyncEvent
Inheritance
object
AfterDeleteWebPageEvent
Implements
Inherited Members
Extension Methods

Constructors

AfterDeleteWebPageEvent()

Initializes a new instance of the AfterDeleteWebPageEvent class.

public AfterDeleteWebPageEvent()

Remarks

This constructor should be used only in testing scenarios.