Compartilhar via


RulesEventReceiverServiceProxyClient.OnCopyingRemote método

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 Function OnCopyingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPreCopyEventArgs _
) As RulesPreCopyEventArgs
'Uso
Dim instance As RulesEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As RulesPreCopyEventArgs
Dim returnValue As RulesPreCopyEventArgs

returnValue = instance.OnCopyingRemote(contextInfo, _
    eventHandlerUid, e)
public RulesPreCopyEventArgs OnCopyingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    RulesPreCopyEventArgs e
)

Parâmetros

Valor retornado

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

Implementos

IRulesEventReceiverRemote.OnCopyingRemote(PSContextInfo, Guid, RulesPreCopyEventArgs)

Ver também

Referência

RulesEventReceiverServiceProxyClient classe

RulesEventReceiverServiceProxyClient membros

Microsoft.Office.Project.Server.Events namespace