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