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