Share via


RulesCopyingHandlerRemote - Délégué

Espace de noms :  Microsoft.Office.Project.Server.Events
Assembly :  Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntaxe

'Déclaration
Public Delegate Function RulesCopyingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPreCopyEventArgs _
) As RulesPreCopyEventArgs
'Utilisation
Dim instance As New RulesCopyingHandlerRemote(AddressOf HandlerMethod)
public delegate RulesPreCopyEventArgs RulesCopyingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    RulesPreCopyEventArgs e
)

Paramètres

Valeur renvoyée

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

Voir aussi

Référence

Microsoft.Office.Project.Server.Events - Espace de noms