Share via


IStatusReportsEventReceiverRemote.OnResponseCreatingRemote method

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Function OnResponseCreatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusReportsPreResponseCreateEventArgs _
) As StatusReportsPreResponseCreateEventArgs
'Usage
Dim instance As IStatusReportsEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusReportsPreResponseCreateEventArgs
Dim returnValue As StatusReportsPreResponseCreateEventArgs

returnValue = instance.OnResponseCreatingRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
StatusReportsPreResponseCreateEventArgs OnResponseCreatingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusReportsPreResponseCreateEventArgs e
)

Parameters

Return value

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

See also

Reference

IStatusReportsEventReceiverRemote interface

IStatusReportsEventReceiverRemote members

Microsoft.Office.Project.Server.Events namespace