Class ExportReportDataEventArgs
Represents arguments to ExportReportDataEvent.
Inheritance
System.Object
ExportReportDataEventArgs
Namespace: Cmc.Nexus.Common.Events
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ExportReportDataEventArgs : ServiceEventArgs<ExportReportDataRequest, ExportReportDataResponse>
Constructors
ExportReportDataEventArgs(ExportReportDataRequest)
Initializes a new instance of the ExportReportDataEventArgs class.
Declaration
public ExportReportDataEventArgs(ExportReportDataRequest request)
Parameters
Type | Name | Description |
---|---|---|
ExportReportDataRequest | request | The request. |