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