Class DeleteStudentAllocationEventArgs
Event args class for one of the validation for DeleteRoomAllocationEventArgs.
Inheritance
System.Object
    DeleteStudentAllocationEventArgs
  Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DeleteStudentAllocationEventArgs : ServiceEventArgs<DeleteStudentAllocationRequest, DeleteStudentAllocationResponse>Constructors
DeleteStudentAllocationEventArgs(DeleteStudentAllocationRequest)
Initializes a new instance of the DeleteStudentAllocationRequest class.
Declaration
public DeleteStudentAllocationEventArgs(DeleteStudentAllocationRequest request)Parameters
| Type | Name | Description | 
|---|---|---|
| DeleteStudentAllocationRequest | request | The request. |