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