StatusReportsEventReceiver.OnRequestUpdating 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 OnRequestUpdating ( _
contextInfo As PSContextInfo, _
e As StatusReportsPreRequestUpdateEventArgs _
)
'Usage
Dim instance As StatusReportsEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusReportsPreRequestUpdateEventArgs
instance.OnRequestUpdating(contextInfo, _
e)
public virtual void OnRequestUpdating(
PSContextInfo contextInfo,
StatusReportsPreRequestUpdateEventArgs e
)
Parameters
contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfoContains the Project Server context information.
e
Type: Microsoft.Office.Project.Server.Events.StatusReportsPreRequestUpdateEventArgsThe data for the event.
See also
Reference
StatusReportsEventReceiver class