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