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