Table of Contents

Class AfterUpdateWebPageDraftEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Event fired after a web page draft has been updated.

public sealed class AfterUpdateWebPageDraftEvent : CompoundAsyncEvent<UpdateWebPageDraftEventData>, IAsyncEvent, IEventState
Inheritance
object
AfterUpdateWebPageDraftEvent
Implements
Inherited Members
Extension Methods

Constructors

AfterUpdateWebPageDraftEvent()

Initializes a new instance of the AfterUpdateWebPageDraftEvent class.

public AfterUpdateWebPageDraftEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also