Table of Contents

Class BeforeCreateWebPageLanguageVariantEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Event fired before a web page language variant is created.

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

Constructors

BeforeCreateWebPageLanguageVariantEvent()

Initializes a new instance of the BeforeCreateWebPageLanguageVariantEvent class.

public BeforeCreateWebPageLanguageVariantEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also