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