Freigeben über


StatusReportsEventReceiver.OnResponseCreatingRemote-Methode

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 Function OnResponseCreatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusReportsPreResponseCreateEventArgs _
) As StatusReportsPreResponseCreateEventArgs
'Usage
Dim instance As StatusReportsEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusReportsPreResponseCreateEventArgs
Dim returnValue As StatusReportsPreResponseCreateEventArgs

returnValue = instance.OnResponseCreatingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual StatusReportsPreResponseCreateEventArgs OnResponseCreatingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusReportsPreResponseCreateEventArgs e
)

Parameter

Rückgabewert

Typ: Microsoft.Office.Project.Server.Events.StatusReportsPreResponseCreateEventArgs

Implementiert

IStatusReportsEventReceiverRemote.OnResponseCreatingRemote(PSContextInfo, Guid, StatusReportsPreResponseCreateEventArgs)

Siehe auch

Referenz

StatusReportsEventReceiver Klasse

StatusReportsEventReceiver-Member

Microsoft.Office.Project.Server.Events-Namespace