Class SaveGpaPendingChangesEventArgs
Represents arguments to SaveGpaPendingChangesEventArgs.
Inheritance
System.Object
SaveGpaPendingChangesEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveGpaPendingChangesEventArgs : ServiceEventArgs<GpaCalculationRequest, GpaCalculationResponse>
Constructors
SaveGpaPendingChangesEventArgs(GpaCalculationRequest)
Initializes a new instance of the SaveGpaPendingChangesEventArgs class.
Declaration
public SaveGpaPendingChangesEventArgs(GpaCalculationRequest request)
Parameters
Type | Name | Description |
---|---|---|
GpaCalculationRequest | request | The request. |