Share via


RulesEventReceiver.OnCopiedRemote method

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Overridable Sub OnCopiedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPostCopyEventArgs _
)
'Usage
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
)

Parameters

Implements

IRulesEventReceiverRemote.OnCopiedRemote(PSContextInfo, Guid, RulesPostCopyEventArgs)

See also

Reference

RulesEventReceiver class

RulesEventReceiver members

Microsoft.Office.Project.Server.Events namespace