RulesCopyingHandlerRemote delegate

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

Syntax

'Declaration
Public Delegate Function RulesCopyingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPreCopyEventArgs _
) As RulesPreCopyEventArgs
'Usage
Dim instance As New RulesCopyingHandlerRemote(AddressOf HandlerMethod)
public delegate RulesPreCopyEventArgs RulesCopyingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    RulesPreCopyEventArgs e
)

Parameters

Return value

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

See also

Reference

Microsoft.Office.Project.Server.Events namespace