Class SavePrintCheckTemporaryRowEventArgs
Inheritance
System.Object
SavePrintCheckTemporaryRowEventArgs
Namespace: Cmc.Nexus.StudentAccounts.Events
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SavePrintCheckTemporaryRowEventArgs : ServiceEventArgs<PrintCheckTemporaryRowRequest, PrintCheckTemporaryRowResponse>
Constructors
SavePrintCheckTemporaryRowEventArgs(PrintCheckTemporaryRowRequest)
Initializes a new instance of the SavePrintCheckTemporaryRowEventArgs class.
Declaration
public SavePrintCheckTemporaryRowEventArgs(PrintCheckTemporaryRowRequest request)
Parameters
Type | Name | Description |
---|---|---|
PrintCheckTemporaryRowRequest | request | The request. |