Share via


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

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

Parameters

Return value

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

Implements

IRulesEventReceiverRemote.OnCopyingRemote(PSContextInfo, Guid, RulesPreCopyEventArgs)

See also

Reference

RulesEventReceiver class

RulesEventReceiver members

Microsoft.Office.Project.Server.Events namespace