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