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