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