RulesEventReceiver.OnCopying Method

This member is reserved for internal use and is not intended to be used directly from your code.

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 OnCopying ( _
    contextInfo As PSContextInfo, _
    e As RulesPreCopyEventArgs _
)
'Usage
Dim instance As RulesEventReceiver
Dim contextInfo As PSContextInfo
Dim e As RulesPreCopyEventArgs

instance.OnCopying(contextInfo, e)
public virtual void OnCopying(
    PSContextInfo contextInfo,
    RulesPreCopyEventArgs e
)

Parameters

See Also

Reference

RulesEventReceiver Class

RulesEventReceiver Members

Microsoft.Office.Project.Server.Events Namespace