Compartir a través de


Delegado RulesCopyingHandlerRemote

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
Public Delegate Function RulesCopyingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPreCopyEventArgs _
) As RulesPreCopyEventArgs
'Uso
Dim instance As New RulesCopyingHandlerRemote(AddressOf HandlerMethod)
public delegate RulesPreCopyEventArgs RulesCopyingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    RulesPreCopyEventArgs e
)

Parámetros

Valor devuelto

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

Vea también

Referencia

Espacio de nombres Microsoft.Office.Project.Server.Events