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