Class DeletePendingChargeEventArgs
Event args class for one of the validation for DeletePendingCharge.
Inheritance
System.Object
DeletePendingChargeEventArgs
Namespace: Cmc.Nexus.StudentAccounts.Events
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DeletePendingChargeEventArgs : ServiceEventArgs<DeletePendingChargeRequest, DeletePendingChargeResponse>
Constructors
DeletePendingChargeEventArgs(DeletePendingChargeRequest)
Initializes a new instance of the DeletePendingChargeEventArgs class.
Declaration
public DeletePendingChargeEventArgs(DeletePendingChargeRequest request)
Parameters
Type | Name | Description |
---|---|---|
DeletePendingChargeRequest | request | The request. |