Table of Contents

Class BeforeUpdateWebPageDraftEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Event fired before a web page draft is updated.

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

Constructors

BeforeUpdateWebPageDraftEvent()

Initializes a new instance of the BeforeUpdateWebPageDraftEvent class.

public BeforeUpdateWebPageDraftEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also