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