Compartilhar via


StatusingStatusUpdatingHandlerRemote representante

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

Sintaxe

'Declaração
Public Delegate Function StatusingStatusUpdatingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusUpdatePreEventArgs _
) As StatusUpdatePreEventArgs
'Uso
Dim instance As New StatusingStatusUpdatingHandlerRemote(AddressOf HandlerMethod)
public delegate StatusUpdatePreEventArgs StatusingStatusUpdatingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusUpdatePreEventArgs e
)

Parâmetros

Valor retornado

Tipo: Microsoft.Office.Project.Server.Events.StatusUpdatePreEventArgs

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace