Table of Contents

Class AfterExportListingEvent

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents an event type that is raised after listing data has been successfully exported.

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

Remarks

The event is raised only after the content of the exported file has been successfully built, before the file is offered to the client for download. An exception thrown by an event handler fails the export command.

Constructors

AfterExportListingEvent()

Initializes a new instance of the AfterExportListingEvent class.

public AfterExportListingEvent()

Remarks

This constructor should be used only in testing scenarios.