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