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