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
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.Office.Project.Server.Events.RulesPreCopyEventArgs
Implementos
IRulesEventReceiverRemote.OnCopyingRemote(PSContextInfo, Guid, RulesPreCopyEventArgs)
Ver também
Referência
RulesEventReceiverServiceProxyClient classe