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