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