ProjectEventReceiver Members
Include Protected Members
Include Inherited Members
Includes event handlers for methods in the [Project Web service].Project class.
The ProjectEventReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectEventReceiver | Creates an instance of the ProjectEventReceiver class; used internally. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnActivityUpgraded | A post-event handler for the QueueUpgradeProject method. | |
OnActivityUpgrading | A pre-event handler for the QueueUpgradeProject method. | |
OnAdded | A post-event handler for the QueueAddToProject method. | |
OnAdding | A pre-event handler for the QueueAddToProject method. | |
OnCheckIn | A post-event handler for the QueueCheckInProject method. | |
OnCreated | A post-event handler for the QueueCreateProject method. | |
OnCreating | A pre-event handler for the QueueCreateProject method. | |
OnDeleted | A post-event handler for the QueueDeleteProjects method. | |
OnDeleting | A pre-event handler for the QueueDeleteProjects method. | |
OnEntitiesDeleted | A post-event handler for the QueueDeleteFromProject method. | |
OnEntitiesDeleting | A pre-event handler for the QueueDeleteFromProject method. | |
OnPublished | A post-event handler for the QueuePublish method. | |
OnPublishing | A pre-event handler for the QueuePublish method. | |
OnSaved | A post-event handler occurs when a project is successfully saved to the Draft database. | |
OnSaveFailed | A post-event handler occurs when an attempt to save a project to the Draft database fails. | |
OnSummaryPublished | A post-event handler for the QueuePublishSummary method. | |
OnSummaryPublishing | A pre-event handler for the QueuePublishSummary method. | |
OnSyncedProjectEnterpriseEntities | A post-event handler for the QueueSynchronizeProjectWorkspace or SyncProjectWithWss methods. | |
OnSyncingProjectEnterpriseEntities | A pre-event handler for the QueueSynchronizeProjectWorkspace(Guid, Guid, Boolean) or SyncProjectWithWss methods. | |
OnUpdated | A post-event handler for the QueueUpdateProject method. | |
OnUpdatedScheduledProject | A post-event handler for the QueueUpdateScheduledProject(Guid, Guid, Guid, ProjectUpdatesDataSet, Boolean) method. | |
OnUpdating | A pre-event handler for the QueueUpdateProject method. | |
OnUpdatingScheduledProject | A pre-event handler for the QueueUpdateScheduledProject(Guid, Guid, Guid, ProjectUpdatesDataSet, Boolean) method. | |
OnWssWorkspaceAddressDeleted | A post-event handler for the QueueDeleteProjects method. | |
OnWssWorkspaceAddressDeleting | A pre-event handler for the QueueDeleteProjects method. | |
OnWssWorkspaceAddressUpdated | A post-event handler for the UpdateProjectWorkspaceAddress method. | |
OnWssWorkspaceAddressUpdating | A pre-event handler for the UpdateProjectWorkspaceAddress method. | |
ToString | (Inherited from Object.) |
Top