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