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