ProjectEventReceiver.OnSyncedProjectEnterpriseEntities Method
A post-event handler for the QueueSynchronizeProjectWorkspace or SyncProjectWithWss methods.
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 OnSyncedProjectEnterpriseEntities ( _
contextInfo As PSContextInfo, _
e As SyncedProjectEnterpriseEntitiesEventArgs _
)
'Usage
Dim instance As ProjectEventReceiver
Dim contextInfo As PSContextInfo
Dim e As SyncedProjectEnterpriseEntitiesEventArgs
instance.OnSyncedProjectEnterpriseEntities(contextInfo, _
e)
public virtual void OnSyncedProjectEnterpriseEntities(
PSContextInfo contextInfo,
SyncedProjectEnterpriseEntitiesEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
Contains the Project Server context information.
- e
Type: Microsoft.Office.Project.Server.Events.SyncedProjectEnterpriseEntitiesEventArgs
The data for the event.