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