StatusReportsEventReceiver.OnResponseUpdating 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 OnResponseUpdating ( _
    contextInfo As PSContextInfo, _
    e As StatusReportsPreResponseUpdateEventArgs _
)
'Usage
Dim instance As StatusReportsEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusReportsPreResponseUpdateEventArgs

instance.OnResponseUpdating(contextInfo, _
    e)
public virtual void OnResponseUpdating(
    PSContextInfo contextInfo,
    StatusReportsPreResponseUpdateEventArgs e
)

Parameters

See Also

Reference

StatusReportsEventReceiver Class

StatusReportsEventReceiver Members

Microsoft.Office.Project.Server.Events Namespace