Class AfterExportListingEvent
Represents an event type that is raised after listing data has been successfully exported.
public sealed class AfterExportListingEvent : AsyncEvent<ExportListingEventData>, IAsyncEvent
- Inheritance
-
objectAfterExportListingEvent
- 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.