Class ProcessTermAssociationCopyToProgramVersionEventArgs
Inheritance
System.Object
ProcessTermAssociationCopyToProgramVersionEventArgs
Namespace: Cmc.Nexus.FinancialAid.Events
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ProcessTermAssociationCopyToProgramVersionEventArgs : ServiceEventArgs<ProcessTermAssociationCopyToProgramVersionRequest, ProcessTermAssociationCopyToProgramVersionResponse>
Constructors
ProcessTermAssociationCopyToProgramVersionEventArgs(ProcessTermAssociationCopyToProgramVersionRequest)
Initializes a new instance of the ProcessTermAssociationCopyToProgramVersionEventArgs class.
Declaration
public ProcessTermAssociationCopyToProgramVersionEventArgs(ProcessTermAssociationCopyToProgramVersionRequest request)
Parameters
Type | Name | Description |
---|---|---|
ProcessTermAssociationCopyToProgramVersionRequest | request | The request. |