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