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