Class GetPotentialAmountsEventArgs
Event args class for Get Potential Amounts
Inheritance
System.Object
GetPotentialAmountsEventArgs
Namespace: Cmc.Nexus.FinancialAid.Events
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetPotentialAmountsEventArgs : ServiceEventArgs<GetPotentialAmountsRequest, GetPotentialAmountsResponse>
Constructors
GetPotentialAmountsEventArgs(GetPotentialAmountsRequest)
Initializes a new instance of the GetPotentialAmountsEventArgs class.
Declaration
public GetPotentialAmountsEventArgs(GetPotentialAmountsRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetPotentialAmountsRequest | request | The request. |