Compartilhar via


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

Parâmetros

Valor retornado

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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace