Table of Contents

Class AfterCreateFolderEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Represents an event type that is raised after a folder has been created.

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

Constructors

AfterCreateFolderEvent()

Initializes a new instance of the AfterCreateFolderEvent class.

public AfterCreateFolderEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also