Class PellRecalculateJobEventArgs
Event args class for PellRecalculateJobEvent
Inheritance
System.Object
PellRecalculateJobEventArgs
Namespace: Cmc.Nexus.FinancialAid.Events
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PellRecalculateJobEventArgs : ServiceEventArgs<PellRecalculateJobRequest, PellRecalculateJobResponse>
Constructors
PellRecalculateJobEventArgs(PellRecalculateJobRequest)
Initializes a new instance of the PellRecalculateJobEventArgs class.
Declaration
public PellRecalculateJobEventArgs(PellRecalculateJobRequest request)
Parameters
Type | Name | Description |
---|---|---|
PellRecalculateJobRequest | request | The request. |