Compartilhar via


ProjectSyncingProjectEnterpriseEntitiesHandler representante

Manipulador de eventos para o pré-evento de Project SynchronizingProjectEnterpriseEntities .

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

Sintaxe

'Declaração
Public Delegate Sub ProjectSyncingProjectEnterpriseEntitiesHandler ( _
    contextInfo As PSContextInfo, _
    e As SyncingProjectEnterpriseEntitiesEventArgs _
)
'Uso
Dim instance As New ProjectSyncingProjectEnterpriseEntitiesHandler(AddressOf HandlerMethod)
public delegate void ProjectSyncingProjectEnterpriseEntitiesHandler(
    PSContextInfo contextInfo,
    SyncingProjectEnterpriseEntitiesEventArgs e
)

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace