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