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