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