Compartilhar via


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

Parâmetros

Valor retornado

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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace