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