Class GetDependentCoursesClassSectionsEventArgs
Event args class for the GetDependentCoursesClassSections event
Inheritance
System.Object
GetDependentCoursesClassSectionsEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetDependentCoursesClassSectionsEventArgs : ServiceEventArgs<GetDependentCoursesClassSectionsRequest, GetDependentCoursesClassSectionsResponse>
Constructors
GetDependentCoursesClassSectionsEventArgs(GetDependentCoursesClassSectionsRequest)
Initializes a new instance of the GetDependentCoursesClassSectionsEventArgs class.
Declaration
public GetDependentCoursesClassSectionsEventArgs(GetDependentCoursesClassSectionsRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetDependentCoursesClassSectionsRequest | request | The request. |