StatusReportsEventReceiver.OnResponseCreating Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Overridable Sub OnResponseCreating ( _
contextInfo As PSContextInfo, _
e As StatusReportsPreResponseCreateEventArgs _
)
'Usage
Dim instance As StatusReportsEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusReportsPreResponseCreateEventArgs
instance.OnResponseCreating(contextInfo, _
e)
public virtual void OnResponseCreating(
PSContextInfo contextInfo,
StatusReportsPreResponseCreateEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
Contains the Project Server context information.
- e
Type: Microsoft.Office.Project.Server.Events.StatusReportsPreResponseCreateEventArgs
The data for the event.
See Also
Reference
StatusReportsEventReceiver Class