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