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