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