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