RulesEventReceiverServiceProxyClient.OnCopyingRemote 方法
命名空間: Microsoft.Office.Project.Server.Events
組件: Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
語法
'宣告
Public Function OnCopyingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As RulesPreCopyEventArgs _
) As RulesPreCopyEventArgs
'用途
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
)
參數
- contextInfo
類型:Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
類型:System.Guid
傳回值
類型:Microsoft.Office.Project.Server.Events.RulesPreCopyEventArgs
實作
IRulesEventReceiverRemote.OnCopyingRemote(PSContextInfo, Guid, RulesPreCopyEventArgs)
請參閱
參照
RulesEventReceiverServiceProxyClient 類別