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