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