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