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