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