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