Freigeben über


StatusReportsRequestUpdatingHandlerRemote-Delegat

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

Syntax

'Declaration
Public Delegate Function StatusReportsRequestUpdatingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusReportsPreRequestUpdateEventArgs _
) As StatusReportsPreRequestUpdateEventArgs
'Usage
Dim instance As New StatusReportsRequestUpdatingHandlerRemote(AddressOf HandlerMethod)
public delegate StatusReportsPreRequestUpdateEventArgs StatusReportsRequestUpdatingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusReportsPreRequestUpdateEventArgs e
)

Parameter

Rückgabewert

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

Siehe auch

Referenz

Microsoft.Office.Project.Server.Events-Namespace