次の方法で共有


RulesEventReceiver.OnCopiedRemote メソッド

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
Public Overridable Sub OnCopiedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPostCopyEventArgs _
)
'使用
Dim instance As RulesEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As RulesPostCopyEventArgs

instance.OnCopiedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnCopiedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    RulesPostCopyEventArgs e
)

パラメーター

実装

IRulesEventReceiverRemote.OnCopiedRemote(PSContextInfo, Guid, RulesPostCopyEventArgs)

関連項目

参照先

RulesEventReceiver クラス

RulesEventReceiver メンバー

Microsoft.Office.Project.Server.Events 名前空間