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