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