Compartilhar via


StatusingAssignmentDeletingHandlerRemote 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 StatusingAssignmentDeletingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusDeleteTaskPreEventArgs _
) As StatusDeleteTaskPreEventArgs
'Uso
Dim instance As New StatusingAssignmentDeletingHandlerRemote(AddressOf HandlerMethod)
public delegate StatusDeleteTaskPreEventArgs StatusingAssignmentDeletingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusDeleteTaskPreEventArgs e
)

Parâmetros

Valor retornado

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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace