Microsoft.Office.Project.Server.Events namespace

Classes in this namespace define base classes for event handlers and event argument properties for pre-events and post-events.

You can use the event receiver classes, such as AdminEventReceiver, CalendarEventReceiver, and ResourceEventReceiver, as base classes for event handlers. Although the other classes are for internal use, you can see the pre-event and post-event argument properties that are available. For example, the ProjectPreEventArgs object contains the IsWorkingStore, ProjectDataSet, ProjectGuid, and ProjectName properties.

For an example of how to use the ProjectEventReceiver class, see How to: Create a Project Server Event Handler and Log an Event.

Classes

  Class Description
Public class ActivityUpgradedEventArgs Represents methods and properties in the post-event arguments for the OnActivityUpgraded event handler method.
Public class ActivityUpgradingEventArgs Represents methods and properties in the pre-event arguments for the OnActivityUpgrading event handler method.
Public class AdminDeletePostEventArgs Provides post-event properties for deleted items in other event argument classes.
Public class AdminDeletePreEventArgs Provides pre-event properties for deleted items in other event argument classes.
Public class AdminEventReceiver Includes local event handlers for methods in the WebSvcAdmin.Admin class, and remote event receivers for Admin (administrative) events in Project Web App.
Public class AdminEventReceiverServiceProxyClient
Public class AdminPostEventArgs Provides a common set of methods and properties in the post-event arguments in all events for the WebSvcAdmin.Admin class methods.
Public class AdSyncERPSynchronizedEventArgs Represents methods and properties in the post-event arguments for the OnAdSyncERPSynchronized event handler method.
Public class AdSyncERPSynchronizingEventArgs Represents methods and properties in the pre-event arguments for the OnAdSyncERPSynchronizing event handler method.
Public class AdSyncGroupsSynchronizedEventArgs Represents methods and properties in the post-event arguments for the OnAdSyncGroupsSynchronized event handler method.
Public class AdSyncGroupsSynchronizingEventArgs Represents methods and properties in the pre-event arguments for the OnAdSyncGroupsSynchronizing event handler method.
Public class AdSyncGroupSynchronizedEventArgs Represents methods and properties in the post-event arguments for the OnAdSyncGroupSynchronized(PSContextInfo, AdSyncGroupSynchronizedEventArgs) event handler method.
Public class AdSyncGroupSynchronizingEventArgs Represents methods and properties in the pre-event arguments for the OnAdSyncGroupSynchronizing event handler method.
Public class AdSyncUser Represents the information that is used to select an Active Directory group.
Public class AssignmentWorkDataSetPostEventArgs Represents methods and properties in the post-event arguments for the OnAssignmentWorkDataSet event handler method.
Public class AssignmentWorkDataSetPreEventArgs Represents methods and properties in the pre-event arguments for the OnAssignmentWorkDataSetting event handler method.
Public class CalendarCheckInPostEventArgs Represents methods and properties in the post-event arguments for the OnCheckedIn event handler method.
Public class CalendarCheckInPreEventArgs Represents methods and properties in the pre-event arguments for the OnCheckingIn event handler method.
Public class CalendarCheckOutPostEventArgs Represents methods and properties in the post-event arguments for the OnCheckedOut event handler method.
Public class CalendarCheckOutPreEventArgs Represents methods and properties in the pre-event arguments for the OnCheckingOut event handler method.
Public class CalendarDeletePostEventArgs Represents methods and properties in the post-event arguments for the OnDeleted event handler method.
Public class CalendarDeletePreEventArgs Represents methods and properties in the pre-event arguments for the OnDeleting event handler method.
Public class CalendarEventReceiver Includes event handlers for methods in the WebSvcCalendar.Calendar class.
Public class CalendarEventReceiverServiceProxyClient
Public class CalendarPostEventArgs Represents methods and properties in the post-event arguments for the OnChanged event handler method and the OnCreated(PSContextInfo, CalendarPostEventArgs) event handler method.
Public class CalendarPreEventArgs Represents methods and properties in the pre-event arguments for the OnChanged event handler method and the OnCreated event handler method.
Public class CategoryCreatePostEventArgs Represents methods and properties in the post-event arguments for the OnCategoryCreated event handler method.
Public class CategoryCreatePreEventArgs Represents methods and properties in the pre-event arguments for the OnCategoryCreating event handler method.
Public class CategoryDeletePostEventArgs Represents methods and properties in the post-event arguments for the OnCategoryDeleted event handler method.
Public class CategoryDeletePreEventArgs Represents methods and properties in the pre-event arguments for the OnCategoryDeleting event handler method.
Public class CategorySetPostEventArgs Represents methods and properties in the post-event arguments for the OnCategoryUpdated event handler method.
Public class CategorySetPreEventArgs Represents methods and properties in the pre-event arguments for the OnCategoryUpdated event handler method.
Public class CompletedPostEventArgs Provides properties for the post-event arguments of a completed workflow.
Public class CubeAdminEventReceiver Includes event handlers for the Cube Build Service (CBS) and methods in the WebSvcCubeAdmin.CubeAdmin class.
Public class CubeAdminEventReceiverServiceProxyClient
Public class CubeAdminPostCubeBuildEventArgs Represents methods and properties in the post-event arguments for the OnCubeBuilt event handler method.
Public class CubeAdminPostCubeProcessEventArgs Represents methods and properties in the post-event arguments for the OnCubeProcessed event handler method.
Public class CubeAdminPreCubeBuildEventArgs Represents methods and properties in the pre-event arguments for the OnCubeBuilding event handler method.
Public class CustomFieldsCheckInPostEventArgs Represents methods and properties in the post-event arguments for the OnCheckedIn event handler method.
Public class CustomFieldsCheckInPreEventArgs Represents methods and properties in the pre-event arguments for the OnCheckingIn event handler method.
Public class CustomFieldsCheckOutPostEventArgs Represents methods and properties in the post-event arguments for the OnCheckedOut event handler method.
Public class CustomFieldsCheckOutPreEventArgs Represents methods and properties in the pre-event arguments for the OnCheckingOut event handler method.
Public class CustomFieldsDeletePostEventArgs Represents methods and properties in the post-event arguments for the OnDeleted event handler method.
Public class CustomFieldsDeletePreEventArgs Represents methods and properties in the pre-event arguments for the OnDeleting event handler method.
Public class CustomFieldsEventReceiver Includes event handlers for methods in the WebSvcCustomFields.CustomFields class.
Public class CustomFieldsEventReceiverServiceProxyClient
Public class CustomFieldsPostEventArgs Provides a common set of methods and properties in the post-event arguments in all events for the CustomFields class methods.
Public class CustomFieldsPreEventArgs Provides a common set of methods and properties in the pre-event arguments in all events for the CustomFields class methods.
Public class GroupCreatePostEventArgs Represents methods and properties in the post-event arguments for the OnGroupCreated event handler method.
Public class GroupCreatePreEventArgs Represents methods and properties in the pre-event arguments for the OnGroupCreating event handler method.
Public class GroupDeletePostEventArgs Represents methods and properties in the post-event arguments for the OnGroupDeleted event handler method.
Public class GroupDeletePreEventArgs Represents methods and properties in the pre-event arguments for the OnGroupDeleting event handler method.
Public class GroupSetPostEventArgs Provides a common set of methods and properties in the post-event arguments in all events for the GroupSet class methods.
Public class GroupSetPreEventArgs Provides a common set of methods and properties in the pre-event arguments in all events for the GroupSet class methods.
Public class LineClassPostUpdateEventArgs Represents methods and properties in the post-event arguments for the OnLineClassUpdated event handler method.
Public class LineClassPreUpdateEventArgs Represents methods and properties in the pre-event arguments for the OnLineClassUpdating event handler method.
Public class LookupTableCheckInPostEventArgs Represents methods and properties in the post-event arguments for the OnCheckedIn event handler method.
Public class LookupTableCheckInPreEventArgs Represents methods and properties in the pre-event arguments for the OnCheckingIn event handler method.
Public class LookupTableCheckOutPostEventArgs Represents methods and properties in the pre-event arguments for the OnCheckedOut event handler method.
Public class LookupTableCheckOutPreEventArgs Represents methods and properties in the pre-event arguments for the OnCheckingOut event handler method.
Public class LookupTableDeletePostEventArgs Represents methods and properties in the post-event arguments for the OnDeleted event handler method.
Public class LookupTableDeletePreEventArgs Represents methods and properties in the pre-event arguments for the OnDeleting event handler method.
Public class LookupTableEventReceiver Includes event handlers for methods in the WebSvcLookupTable.LookupTable class.
Public class LookupTableEventReceiverServiceProxyClient
Public class LookupTablePostEventArgs Provides a common set of methods and properties in the post-event arguments in all events for the LookupTable class methods.
Public class LookupTablePreEventArgs Provides a common set of methods and properties in the pre-event arguments in all events for the LookupTable class methods.
Public class NotificationsEventReceiver Includes the OnSending and OnSent event handlers that occur when Project Server sends an alert or reminder.
Public class NotificationsEventReceiverServiceProxyClient
Public class NotificationsPostSendEventArgs Event arguments for the OnSent method for notifications events.
Public class NotificationsPreSendEventArgs Event arguments for the OnSending method for notifications events.
Public class OptimizerEventReceiver Includes event handlers for methods in the PortfolioAnalyses class.
Public class OptimizerEventReceiverServiceProxyClient
Public class OptimizerSolutionCommittedArgs Represents methods and properties in the post-event arguments for the OnOptimizerSolutionCommitted(PSContextInfo, SyncedProjectEnterpriseEntitiesEventArgs) event handler method.
Public class OrganizationalPermissionsPostUpdateEventArgs Represents methods and properties in the post-event arguments for the OnOrganizationalPermissionsUpdated event handler method.
Public class OrganizationalPermissionsPreUpdateEventArgs Represents methods and properties in the pre-event arguments for the OnOrganizationalPermissionsUpdating event handler method.
Public class PostEventArgs Provides a common set of methods and properties in the post-event arguments in all project events.
Public class PreEventArgs Provides a common set of methods and properties in the pre-event arguments in all project events.
Public class ProjectCategoryCreatePostEventArgs Represents methods and properties in the post-event arguments for the OnProjectCategoryCreated event handler method.
Public class ProjectCategoryCreatePreEventArgs Represents methods and properties in the pre-event arguments for the OnProjectCategoryCreating event handler method.
Public class ProjectCategoryDeletePostEventArgs Represents methods and properties in the post-event arguments for the OnProjectCategoryDeleted event handler method.
Public class ProjectCategoryDeletePreEventArgs Represents methods and properties in the pre-event arguments for the OnProjectCategoryDeleting event handler method.
Public class ProjectCategorySetPostEventArgs Represents methods and properties in the post-event arguments for the OnProjectCategoryUpdated event handler method.
Public class ProjectCategorySetPreEventArgs Represents methods and properties in the pre-event arguments for the OnProjectCategoryUpdating event handler method.
Public class ProjectEventReceiver Includes event handlers for methods in the WebSvcProject.Project class.
Public class ProjectEventReceiverServiceProxyClient
Public class ProjectPostEntitiesDeletedEventArgs Represents methods and properties in the post-event arguments for the OnEntitiesDeleted event handler method.
Public class ProjectPostEventArgs Provides a common set of methods and properties in the post-event arguments in all events for the Project class methods.
Public class ProjectPostPublishEventArgs Represents methods and properties in the post-event arguments for the OnPublished event handler method.
Public class ProjectPostSummaryPublishEventArgs Represents methods and properties in the post-event arguments for the OnSummaryPublished event handler method.
Public class ProjectPostUpdatedEventArgs Represents methods and properties in the post-event arguments for the OnUpdated(PSContextInfo, ProjectPostUpdatedEventArgs) event handler method and the OnAdded(PSContextInfo, ProjectPostUpdatedEventArgs) event handler method.
Public class ProjectPreEntitiesDeletingEventArgs Represents methods and properties in the pre-event arguments for the OnEntitiesDeleting event handler method.
Public class ProjectPreEventArgs Provides a common set of methods and properties in the pre-event arguments in all events for the Project class methods.
Public class ProjectPrePublishEventArgs Represents methods and properties in the pre-event arguments for the OnPublishing event handler method.
Public class ProjectPreSummaryPublishEventArgs Represents methods and properties in the pre-event arguments for the OnSummaryPublishing event handler method.
Public class ProjectTypeChangedPostEventArgs Represents methods and properties in the post-event arguments for the OnProjectTypeChanged event handler method.
Public class ProjectTypeChangingEventArgs Represents methods and properties in the pre-event arguments for the OnProjectTypeChanging event handler method.
Public class ReportingEventReceiver Includes post-event handlers for the Report Data Service (RDS).
Public class ReportingEventReceiverServiceProxyClient
Public class ReportingPeriodPostUpdateEventArgs Represents methods and properties in the post-event arguments for the OnReportingPeriodUpdated event handler method.
Public class ReportingPeriodPreUpdateEventArgs Represents methods and properties in the pre-event arguments for the OnReportingPeriodUpdating event handler method.
Public class ReportingPostCommittedSolutionDecisionChangedEventArgs Represents methods and properties in the post-event arguments for the OnCommittedSolutionDecisionChanged event handler method.
Public class ReportingPostCustomFieldChangedEventArgs Represents methods and properties in the post-event arguments for the OnCustomFieldChanged event handler method.
Public class ReportingPostCustomFieldCreatedEventArgs Represents methods and properties in the post-event arguments for the OnCustomFieldCreated event handler method.
Public class ReportingPostCustomFieldDeletedEventArgs Represents methods and properties in the post-event arguments for the OnCustomFieldDeleted event handler method.
Public class ReportingPostEnterpriseProjectTypeChangedEventArgs Represents methods and properties in the post-event arguments for the OnEnterpriseProjectTypeDeleted event handler method and the OnEnterpriseProjectTypeUpdated event handler method.
Public class ReportingPostFiscalPeriodChangedEventArgs Represents methods and properties in the post-event arguments for the OnFiscalPeriodChanged event handler method.
Public class ReportingPostFiscalPeriodDeletedEventArgs Represents methods and properties in the post-event arguments for the OnFiscalPeriodDeleted event handler method.
Public class ReportingPostLookupTableChangedEventArgs Represents methods and properties in the post-event arguments for the OnLookupTableChanged event handler method.
Public class ReportingPostLookupTableCreatedEventArgs Represents methods and properties in the post-event arguments for the OnLookupTableCreated event handler method.
Public class ReportingPostLookupTableDeletedEventArgs Represents methods and properties in the post-event arguments for the OnLookupTableDeleted event handler method.
Public class ReportingPostProjectChangedEventArgs Represents methods and properties in the post-event arguments for the OnProjectChanged event handler method and the OnProjectSummaryChanged event handler method.
Public class ReportingPostProjectCreatedEventArgs Represents methods and properties in the post-event arguments for the OnProjectCreated event handler method.
Public class ReportingPostProjectDeletedEventArgs Represents methods and properties in the post-event arguments for the OnProjectDeleted event handler method.
Public class ReportingPostProjectWorkflowInformationChangedEventArgs Represents methods and properties in the post-event arguments for the OnProjectWorkflowInformationChanged event handler method.
Public class ReportingPostProjectWorkspaceChangedEventArgs Represents methods and properties in the post-event arguments for the OnProjectWorkspaceChanged event handler method.
Public class ReportingPostProjectWorkspaceCreatedEventArgs Represents methods and properties in the post-event arguments for the OnProjectWorkspaceCreated event handler method.
Public class ReportingPostProjectWorkspaceDeletedEventArgs Represents methods and properties in the post-event arguments for the OnProjectWorkspaceDeleted event handler method.
Public class ReportingPostResourceCapacitiesChangedEventArgs Represents methods and properties in the post-event arguments for the OnResourceCapacitiesChanged event handler method.
Public class ReportingPostResourceCapacityTimeRangeChangedEventArgs Represents methods and properties in the post-event arguments for the OnResourceCapacityTimeRangeChanged event handler method.
Public class ReportingPostResourceChangedEventArgs Represents methods and properties in the post-event arguments for the OnResourceChanged event handler method.
Public class ReportingPostResourceCreatedEventArgs Represents methods and properties in the post-event arguments for the OnResourceCreated event handler method.
Public class ReportingPostResourceDeletedEventArgs Represents methods and properties in the post-event arguments for the OnResourceDeleted event handler method.
Public class ReportingPostTimesheetAdjustedEventArgs Represents methods and properties in the post-event arguments for the OnTimesheetAdjusted event handler method.
Public class ReportingPostTimesheetClassChangedEventArgs Represents methods and properties in the post-event arguments for the OnTimesheetClassChanged event handler method.
Public class ReportingPostTimesheetDeletedEventArgs Represents methods and properties in the post-event arguments for the OnTimesheetDeleted event handler method.
Public class ReportingPostTimesheetPeriodChangedEventArgs Represents methods and properties in the post-event arguments for the OnTimesheetPeriodChanged event handler method.
Public class ReportingPostTimesheetPeriodCreatedEventArgs Represents methods and properties in the post-event arguments for the OnTimesheetPeriodCreated event handler method.
Public class ReportingPostTimesheetPeriodDeletedEventArgs Represents methods and properties in the post-event arguments for the OnTimesheetPeriodDeleted event handler method.
Public class ReportingPostTimesheetProjectAggregatedEventArgs Represents methods and properties in the post-event arguments for the OnTimesheetProjectAggregated event handler method.
Public class ReportingPostTimesheetSavedEventArgs Represents methods and properties in the post-event arguments for the OnTimesheetSaved event handler method.
Public class ReportingPostTimesheetStatusChangedEventArgs Represents methods and properties in the post-event arguments for the OnTimesheetStatusChanged event handler method.
Public class ReportingPostUserViewChangedEventArgs Represents methods and properties in the post-event arguments for the OnUserViewChanged event handler method.
Public class ReportingPostWorkflowPhaseChangedEventArgs Represents methods and properties in the pre-event arguments for the OnWorkflowPhaseUpdated event handler method and the OnWorkflowPhaseDeleted event handler method.
Public class ReportingPostWorkflowStageChangedEventArgs Represents methods and properties in the post-event arguments for the OnWorkflowStageUpdated event handler method and the OnWorkflowStageDeleted(PSContextInfo, ReportingPostWorkflowStageChangedEventArgs) event handler method.
Public class ResourceActivatePostEventArgs Represents methods and properties in the post-event arguments for the OnActivated event handler method.
Public class ResourceActivatePreEventArgs Represents methods and properties in the pre-event arguments for the OnActivating event handler method.
Public class ResourceAuthorizationPostEventArgs Represents methods and properties in the post-event arguments for the OnSetAuthorization event handler method.
Public class ResourceAuthorizationPreEventArgs Represents methods and properties in the pre-event arguments for the OnSettingAuthorization event handler method.
Public class ResourceCheckInPostEventArgs Represents methods and properties in the post-event arguments for the OnCheckedIn event handler method.
Public class ResourceCheckInPreEventArgs Represents methods and properties in the pre-event arguments for the OnCheckingIn event handler method.
Public class ResourceCheckOutPostEventArgs Represents methods and properties in the post-event arguments for the OnCheckedOut event handler method.
Public class ResourceCheckOutPreEventArgs Represents methods and properties in the pre-event arguments for the OnCheckingOut event handler method.
Public class ResourceCreatePostEventArgs Represents methods and properties in the post-event arguments for the OnCreated event handler method.
Public class ResourceCreatePreEventArgs Represents methods and properties in the pre-event arguments for the OnCreating event handler method.
Public class ResourceDeactivatePostEventArgs Represents methods and properties in the post-event arguments for the OnDeactivated event handler method.
Public class ResourceDeactivatePreEventArgs Represents methods and properties in the pre-event arguments for the OnDeactivating event handler method.
Public class ResourceDeletePostEventArgs Represents methods and properties in the post-event arguments for the OnDeleted event handler method.
Public class ResourceDeletePreEventArgs Represents methods and properties in the pre-event arguments for the OnDeleting event handler method.
Public class ResourceEventReceiver Includes event handlers for methods in the WebSvcResource.Resource class.
Public class ResourceEventReceiverServiceProxyClient
Public class ResourcePlanEventReceiver Includes event handlers for methods in the ResourcePlan class.
Public class ResourcePlanEventReceiverServiceProxyClient
Public class ResourcePlanPublishedEventArgs Represents methods and properties in the post-event arguments for the OnResourcePlanPublished event handler method.
Public class ResourcePlanPublishingEventArgs Represents methods and properties in the pre-event arguments for the OnResourcePlanPublishing event handler method.
Public class ResourceUpdatePostEventArgs Represents methods and properties in the post-event arguments for the OnChanged event handler method.
Public class ResourceUpdatePreEventArgs Represents methods and properties in the pre-event arguments for the OnChanging event handler method.
Public class ResUIDToDistinguishedNamePostEventArgs
Public class RulesEventReceiver This class is reserved for internal use.
Public class RulesEventReceiverServiceProxyClient
Public class RulesPostCopyEventArgs Represents methods and properties in the post-event arguments for the OnCopied event handler method. Reserved for internal use.
Public class RulesPostCreateEventArgs Represents methods and properties in the post-event arguments for the OnCreated event handler method. Reserved for internal use.
Public class RulesPostDeleteEventArgs Represents methods and properties in the post-event arguments for the OnDeleted event handler method. Reserved for internal use.
Public class RulesPostProcessEventArgs Represents methods and properties in the post-event arguments for the OnProcessed event handler method. Reserved for internal use.
Public class RulesPreCopyEventArgs Represents methods and properties in the pre-event arguments for the OnCopying event handler method. Reserved for internal use.
Public class RulesPreCreateEventArgs Represents methods and properties in the pre-event arguments for the OnCreating event handler method. Reserved for internal use.
Public class RulesPreDeleteEventArgs Represents methods and properties in the pre-event arguments for the OnDeleting event handler method. Reserved for internal use.
Public class RulesPreProcessEventArgs Represents methods and properties in the pre-event arguments for the OnProcessing event handler method. Reserved for internal use.
Public class SecurityEventReceiver Includes event handlers for methods in the WebSvcSecurity.Security class.
Public class SerializableEventArgs
Public class StageEnteredPostEventArgs Represents methods and properties in the post-event arguments for the OnStageEntered event handler method.
Public class StartedPostEventArgs Represents methods and properties in the post-event arguments for the OnStarted event handler method.
Public class StatusCreateTaskPostEventArgs Represents methods and properties in the post-event arguments for the OnTaskCreated event handler method.
Public class StatusCreateTaskPreEventArgs Represents methods and properties in the pre-event arguments for the OnTaskCreating(PSContextInfo, StatusCreateTaskPreEventArgs) event handler method.
Public class StatusDelegateTaskPostEventArgs Represents methods and properties in the post-event arguments for the OnAssignmentDelegated event handler method.
Public class StatusDelegateTaskPreEventArgs Represents methods and properties in the pre-event arguments for the OnAssignmentDelegating event handler method.
Public class StatusDeleteHistoryPostEventArgs Represents methods and properties in the post-event arguments for the OnHistoryDeleted event handler method.
Public class StatusDeleteHistoryPreEventArgs Represents methods and properties in the pre-event arguments for the OnHistoryDeleting event handler method.
Public class StatusDeleteTaskPostEventArgs Represents methods and properties in the post-event arguments for the OnAssignmentDeleted event handler method.
Public class StatusDeleteTaskPreEventArgs Represents methods and properties in the pre-event arguments for the OnAssignmentDeleting event handler method.
Public class StatusingEventReceiver Includes event handlers for methods in the WebSvcStatusing.Statusing class.
Public class StatusingEventReceiverServiceProxyClient
Public class StatusingPostApplyEventArgs Represents methods and properties in the post-event arguments for the OnApplied event handler method.
Public class StatusingPostEventArgs Provides a common set of methods and properties in the post-event arguments in all events for the Statusing class methods.
Public class StatusingPreApplyEventArgs Represents methods and properties in the pre-event arguments for the OnApplying event handler method.
Public class StatusingPreEventArgs Provides a common set of methods and properties in the pre-event arguments in all events for the Statusing class methods.
Public class StatusReportPostDeleteEventArgs Represents methods and properties in the post-event arguments for the OnStatusReportsDeleted event handler method.
Public class StatusReportPreDeleteEventArgs Represents methods and properties in the pre-event arguments for the OnStatusReportsDeleting event handler method.
Public class StatusReportsEventReceiver This class is reserved for internal use.
Public class StatusReportsEventReceiverServiceProxyClient
Public class StatusReportsPostRequestCreateEventArgs Represents methods and properties in the post-event arguments for the OnRequestCreated event handler method.
Public class StatusReportsPostRequestUpdateEventArgs Represents methods and properties in the post-event arguments for the OnRequestUpdated event handler method.
Public class StatusReportsPostResponseCreateEventArgs Represents methods and properties in the post-event arguments for the OnResponseCreated event handler method.
Public class StatusReportsPostResponseUpdateEventArgs Represents methods and properties in the post-event arguments for the OnResponseUpdated event handler method.
Public class StatusReportsPreRequestCreateEventArgs Represents methods and properties in the pre-event arguments for the OnRequestCreating event handler method.
Public class StatusReportsPreRequestUpdateEventArgs Represents methods and properties in the pre-event arguments for the OnRequestUpdating event handler method.
Public class StatusReportsPreResponseCreateEventArgs Contains methods and properties in the pre-event arguments for the OnResponseCreated event.
Public class StatusReportsPreResponseUpdateEventArgs Contains methods and properties in the pre-event arguments for the OnResponseUpdating event.
Public class StatusSubmitPostEventArgs Represents methods and properties in the post-event arguments for the OnStatusSubmitted event handler method.
Public class StatusSubmitPreEventArgs Represents methods and properties in the pre-event arguments for the OnStatusSubmiting event handler method.
Public class StatusUpdateApprovalsPostEventArgs Represents methods and properties in the post-event arguments for the OnApprovalsUpdated event handler method.
Public class StatusUpdateApprovalsPreEventArgs Represents methods and properties in the pre-event arguments for the OnApprovalsUpdating event handler method.
Public class StatusUpdatePostEventArgs Represents methods and properties in the post-event arguments for the OnStatusUpdated event handler method.
Public class StatusUpdatePreEventArgs Represents methods and properties in the pre-event arguments for the OnStatusUpdating event handler method.
Public class SyncedProjectEnterpriseEntitiesEventArgs Represents methods and properties in the pre-event arguments for the OnSyncedProjectEnterpriseEntities event handler method.
Public class SyncingProjectEnterpriseEntitiesEventArgs Represents methods and properties in the pre-event arguments for the OnSyncingProjectEnterpriseEntities event handler method.
Public class TemplateCreatePostEventArgs Represents methods and properties in the post-event arguments for the OnTemplateCreated event handler method.
Public class TemplateCreatePreEventArgs Represents methods and properties in the pre-event arguments for the OnTemplateCreating event handler method.
Public class TemplateDeletePostEventArgs Represents methods and properties in the post-event arguments for the OnTemplateDeleted event handler method.
Public class TemplateDeletePreEventArgs Represents methods and properties in the pre-event arguments for the OnTemplateDeleting event handler method.
Public class TemplateSetPostEventArgs Represents methods and properties in the post-event arguments for the OnTemplateUpdated(PSContextInfo, TemplateSetPostEventArgs) event handler method.
Public class TemplateSetPreEventArgs Represents methods and properties in the pre-event arguments for the OnTemplateUpdating event handler method.
Public class TimesheetEventReceiver Includes event handlers for methods in the WebSvcTimeSheet.TimeSheet class.
Public class TimesheetEventReceiverServiceProxyClient
Public class TimesheetLinePostApproveEventArgs Represents methods and properties in the post-event arguments for the OnLineApproved event handler method.
Public class TimesheetLinePreApproveEventArgs Represents methods and properties in the pre-event arguments for the OnLineApproving event handler method.
Public class TimesheetPostEventArgs Provides a common set of methods and properties in the pre-event arguments in all events for the Timesheet class methods; used internally.
Public class TimesheetPreCreateEventArgs Represents methods and properties in the pre-event arguments for the OnCreating event handler method.
Public class TimesheetPreDeleteEventArgs Represents methods and properties in the pre-event arguments for the OnDeleting(PSContextInfo, TimesheetPreDeleteEventArgs) event handler method.
Public class TimesheetPreRecallEventArgs Represents methods and properties in the pre-event arguments for the OnRecalling event handler method.
Public class TimesheetPreReviewEventArgs Represents methods and properties in the pre-event arguments for the OnReviewing event handler method.
Public class TimesheetPreSubmitEventArgs Represents methods and properties in the pre-event arguments for the OnSubmitting event handler method.
Public class TimesheetPreUpdateEventArgs Represents methods and properties in the pre-event arguments for the OnUpdating event handler method.
Public class UpdatedPwaProjectEventArgs
Public class UpdatedScheduledProjectEventArgs Represents methods and properties in the post-event arguments for the OnUpdatedScheduledProject event handler method.
Public class UpdatingPwaProjectEventArgs
Public class UpdatingScheduledProjectEventArgs Contains methods and properties in the pre-event arguments for the OnUpdatingScheduledProject event handler method.
Public class UserDelegationActivatePostEventArgs Represents methods and properties in the post-event arguments for the OnActivated event handler method.
Public class UserDelegationActivatePreEventArgs Represents methods and properties in the pre-event arguments for the OnActivating event handler method.
Public class UserDelegationCreatePostEventArgs Represents methods and properties in the post-event arguments for the OnCreated event handler method.
Public class UserDelegationCreatePreEventArgs Represents methods and properties in the pre-event arguments for the OnCreating event handler method.
Public class UserDelegationDeactivatePostEventArgs Represents methods and properties in the post-event arguments for the OnDeactivated event handler method.
Public class UserDelegationDeactivatePreEventArgs Represents methods and properties in the pre-event arguments for the OnDeactivating event handler method.
Public class UserDelegationDeletePostEventArgs Represents methods and properties in the post-event arguments for the OnDeleted event handler method.
Public class UserDelegationDeletePreEventArgs Represents methods and properties in the pre-event arguments for the OnDeleting event handler method.
Public class UserDelegationEventReceiver Includes event handlers for methods that manage user delegations in the Resource class.
Public class UserDelegationInfo Provides storage for information that is used in various user delegation events.
Public class UserDelegationUpdatePostEventArgs Represents methods and properties in the post-event arguments for the OnChanged event handler method.
Public class UserDelegationUpdatePreEventArgs Represents methods and properties in the pre-event arguments for the OnChanging event handler method.
Public class UserEventArgs Provides a common set of methods and properties in the pre-event arguments in all events for the User class methods.
Public class UserPreEventArgs Provides a common set of methods and properties in the pre-event arguments in all events for the User class methods.
Public class WorkflowEventReceiver Includes events for methods in the Workflow class.
Public class WorkflowEventReceiverServiceProxyClient
Public class WorkflowRunningEventArgs Represents methods and properties in the pre-event arguments for the OnRunning event handler method.
Public class WssInteropEventReceiver Includes event handlers for the WssInterop class.
Public class WssInteropEventReceiverServiceProxyClient
Public class WssWorkspaceAddressDeletedEventArgs Represents methods and properties in the post-event arguments for the OnWssWorkspaceAddressDeleted event handler method.
Public class WssWorkspaceAddressDeletingEventArgs Represents methods and properties in the pre-event arguments for the OnWssWorkspaceAddressDeleting event handler method.
Public class WssWorkspaceAddressUpdatedEventArgs Represents methods and properties in the post-event arguments for the OnWssWorkspaceAddressUpdated event handler method.
Public class WssWorkspaceAddressUpdatingEventArgs Represents methods and properties in the pre-event arguments for the OnWssWorkspaceAddressUpdating event handler method.
Public class WssWorkspaceCreatedEventArgs Represents methods and properties in the post-event arguments for the OnWssWorkspaceCreated event handler method.
Public class WssWorkspaceCreatingEventArgs Represents methods and properties in the pre-event arguments for the OnWssWorkspaceCreating event handler method.

Interfaces

  Interface Description
Public interface IAdminEventReceiverRemote
Public interface ICalendarEventReceiverRemote
Public interface ICubeAdminEventReceiverRemote
Public interface ICustomFieldsEventReceiverRemote
Public interface ILookupTableEventReceiverRemote
Public interface INotificationsEventReceiverRemote
Public interface IOptimizerEventReceiverRemote
Public interface IPostEventArgs Interface that other classes use to implement post-event arguments.
Public interface IPreEventArgs Interface that other classes use to implement pre-event arguments.
Public interface IProjectEventReceiverRemote
Public interface IReportingEventReceiverRemote
Public interface IResourceEventReceiverRemote
Public interface IResourcePlanEventReceiverRemote
Public interface IRulesEventReceiverRemote
Public interface IStatusingEventReceiverRemote
Public interface IStatusReportsEventReceiverRemote
Public interface ITimesheetEventReceiverRemote
Public interface IWorkflowEventReceiverRemote
Public interface IWssInteropEventReceiverRemote

Delegates

  Delegate Description
Public delegate AdminAdSyncERPSynchronizedHandler Event handler for the Admin AdSyncERPSynchronized post-event.
Public delegate AdminAdSyncERPSynchronizedHandlerRemote
Public delegate AdminAdSyncERPSynchronizingHandler Event handler for the Admin AdSyncERPSynchronizing pre-event.
Public delegate AdminAdSyncERPSynchronizingHandlerRemote
Public delegate AdminAdSyncGroupsSynchronizedHandler Event handler for the Admin AdSyncGroupsSynchronized post-event.
Public delegate AdminAdSyncGroupsSynchronizedHandlerRemote
Public delegate AdminAdSyncGroupsSynchronizingHandler Event handler for the Admin AdSyncGroupsSynchronizing pre-event.
Public delegate AdminAdSyncGroupsSynchronizingHandlerRemote
Public delegate AdminAdSyncGroupSynchronizedHandler Event handler for the Admin AdSyncGroupsSynchronized post-event.
Public delegate AdminAdSyncGroupSynchronizedHandlerRemote
Public delegate AdminAdSyncGroupSynchronizingHandler Event handler for the Admin AdSyncGroupSynchronizing pre-event.
Public delegate AdminAdSyncGroupSynchronizingHandlerRemote
Public delegate AdminLineClassUpdatedHandler Event handler for the Admin LineClassUpdated post-event.
Public delegate AdminLineClassUpdatedHandlerRemote
Public delegate AdminLineClassUpdatingHandler Event handler for the Admin LineClassUpdating pre-event.
Public delegate AdminLineClassUpdatingHandlerRemote
Public delegate AdminReportingPeriodUpdatedHandler Event handler for the Admin ReportingPeriodUpdated post-event.
Public delegate AdminReportingPeriodUpdatedHandlerRemote
Public delegate AdminReportingPeriodUpdatingHandler Event handler for the Admin ReportingPeriodUpdating pre-event.
Public delegate AdminReportingPeriodUpdatingHandlerRemote
Public delegate AdminStatusReportsDeletedHandler Event handler for the Admin StatusReportsDeleted post-event.
Public delegate AdminStatusReportsDeletedHandlerRemote
Public delegate AdminStatusReportsDeletingHandler Event handler for the Admin StatusReportsDeleting pre-event.
Public delegate AdminStatusReportsDeletingHandlerRemote
Public delegate CalendarChangedHandler Event handler for the Calendar Changed post-event.
Public delegate CalendarChangedHandlerRemote
Public delegate CalendarChangingHandler Event handler for the Calendar Changing pre-event.
Public delegate CalendarChangingHandlerRemote
Public delegate CalendarCheckedInHandler Event handler for the Calendar CheckedIn post-event.
Public delegate CalendarCheckedInHandlerRemote
Public delegate CalendarCheckedOutHandler Event handler for the Calendar CheckedOut post-event.
Public delegate CalendarCheckedOutHandlerRemote
Public delegate CalendarCheckingInHandler Event handler for the Calendar CheckingIn pre-event.
Public delegate CalendarCheckingInHandlerRemote
Public delegate CalendarCheckingOutHandler Event handler for the Calendar CheckingOut pre-event.
Public delegate CalendarCheckingOutHandlerRemote
Public delegate CalendarCreatedHandler Event handler for the Calendar Created post-event.
Public delegate CalendarCreatedHandlerRemote
Public delegate CalendarCreatingHandler Event handler for the Calendar Creating pre-event.
Public delegate CalendarCreatingHandlerRemote
Public delegate CalendarDeletedHandler Event handler for the Calendar Deleted post-event.
Public delegate CalendarDeletedHandlerRemote
Public delegate CalendarDeletingHandler Event handler for the Calendar Deleting pre-event.
Public delegate CalendarDeletingHandlerRemote
Public delegate CubeAdminCubeBuildingHandler Event handler for the Cube AdminCubeBuilding pre-event.
Public delegate CubeAdminCubeBuildingHandlerRemote
Public delegate CubeAdminCubeBuiltHandler Event handler for the Cube AdminCubeBuilt post-event.
Public delegate CubeAdminCubeBuiltHandlerRemote
Public delegate CubeAdminCubeProcessedHandler Event handler for the Cube AdminCubeProcessed post-event.
Public delegate CubeAdminCubeProcessedHandlerRemote
Public delegate CustomFieldsCheckedInHandler Event handler for the CustomFields CheckedIn post-event.
Public delegate CustomFieldsCheckedInHandlerRemote
Public delegate CustomFieldsCheckedOutHandler Event handler for the CustomFields CheckedOut post-event.
Public delegate CustomFieldsCheckedOutHandlerRemote
Public delegate CustomFieldsCheckingInHandler Event handler for the CustomFields CheckingIn pre-event.
Public delegate CustomFieldsCheckingInHandlerRemote
Public delegate CustomFieldsCheckingOutHandler Event handler for the CustomFields CheckingOut pre-event.
Public delegate CustomFieldsCheckingOutHandlerRemote
Public delegate CustomFieldsCreatedHandler Event handler for the CustomFields Created post-event.
Public delegate CustomFieldsCreatedHandlerRemote
Public delegate CustomFieldsCreatingHandler Event handler for the CustomFields Creating pre-event.
Public delegate CustomFieldsCreatingHandlerRemote
Public delegate CustomFieldsDeletedHandler Event handler for the CustomFields Deleted post-event.
Public delegate CustomFieldsDeletedHandlerRemote
Public delegate CustomFieldsDeletingHandler Event handler for the CustomFields Deleting pre-event.
Public delegate CustomFieldsDeletingHandlerRemote
Public delegate CustomFieldsUpdatedHandler Event handler for the CustomFields Updated post-event.
Public delegate CustomFieldsUpdatedHandlerRemote
Public delegate CustomFieldsUpdatingHandler Event handler for the CustomFields Updating pre-event.
Public delegate CustomFieldsUpdatingHandlerRemote
Public delegate LookupTableCheckedInHandler Event handler for the LookupTable CheckedIn post-event.
Public delegate LookupTableCheckedInHandlerRemote
Public delegate LookupTableCheckedOutHandler Event handler for the LookupTable CheckedOut post-event.
Public delegate LookupTableCheckedOutHandlerRemote
Public delegate LookupTableCheckingInHandler Event handler for the LookupTable CheckingIn pre-event.
Public delegate LookupTableCheckingInHandlerRemote
Public delegate LookupTableCheckingOutHandler Event handler for the LookupTable CheckingOut pre-event.
Public delegate LookupTableCheckingOutHandlerRemote
Public delegate LookupTableCreatedHandler Event handler for the LookupTable Created post-event.
Public delegate LookupTableCreatedHandlerRemote
Public delegate LookupTableCreatingHandler Event handler for the LookupTable Creating pre-event.
Public delegate LookupTableCreatingHandlerRemote
Public delegate LookupTableDeletedHandler Event handler for the LookupTable Deleted post-event.
Public delegate LookupTableDeletedHandlerRemote
Public delegate LookupTableDeletingHandler Event handler for the LookupTable Deleting pre-event.
Public delegate LookupTableDeletingHandlerRemote
Public delegate LookupTableUpdatedHandler Event handler for the LookupTable Updated post-event.
Public delegate LookupTableUpdatedHandlerRemote
Public delegate LookupTableUpdatingHandler Event handler for the LookupTable Updating pre-event.
Public delegate LookupTableUpdatingHandlerRemote
Public delegate NotificationsSendingHandler Event handler for the Notifications Sending pre-event.
Public delegate NotificationsSendingHandlerRemote
Public delegate NotificationsSentHandler Event handler for the Notifications Sent post-event.
Public delegate NotificationsSentHandlerRemote
Public delegate OptimizerOptimizerSolutionCommittedHandler Event handler for the Optimizer OptimizerSolutionCommitted post-event.
Public delegate OptimizerOptimizerSolutionCommittedHandlerRemote
Public delegate OptimizerPlannerSolutionCommittedHandler Event handler for the Optimizer PlannerSolutionCommitted post-event.
Public delegate OptimizerPlannerSolutionCommittedHandlerRemote
Public delegate ProjectActivityUpgradedHandler Event handler for the Project ActivityUpgraded post-event.
Public delegate ProjectActivityUpgradedHandlerRemote
Public delegate ProjectActivityUpgradingHandler Event handler for the Project ActivityUpgrading pre-event.
Public delegate ProjectActivityUpgradingHandlerRemote
Public delegate ProjectAddedHandler Event handler for the Project Added post-event.
Public delegate ProjectAddedHandlerRemote
Public delegate ProjectAddingHandler Event handler for the Project Adding pre-event.
Public delegate ProjectAddingHandlerRemote
Public delegate ProjectCheckInHandler Event handler for the Project CheckIn pre-event.
Public delegate ProjectCheckInHandlerRemote
Public delegate ProjectCreatedHandler Event handler for the Project Created post-event.
Public delegate ProjectCreatedHandlerRemote
Public delegate ProjectCreatingHandler Event handler for the Project Creating pre-event.
Public delegate ProjectCreatingHandlerRemote
Public delegate ProjectDeletedHandler Event handler for the Project Deleted post-event.
Public delegate ProjectDeletedHandlerRemote
Public delegate ProjectDeletingHandler Event handler for the Project Deleting pre-event.
Public delegate ProjectDeletingHandlerRemote
Public delegate ProjectEntitiesDeletedHandler Event handler for the Project EntitiesDeleted post-event.
Public delegate ProjectEntitiesDeletedHandlerRemote
Public delegate ProjectEntitiesDeletingHandler Event handler for the Project EntitiesDeleting pre-event.
Public delegate ProjectEntitiesDeletingHandlerRemote
Public delegate ProjectPublishedHandler Event handler for the Project Published post-event.
Public delegate ProjectPublishedHandlerRemote
Public delegate ProjectPublishingHandler Event handler for the Project Publishing pre-event.
Public delegate ProjectPublishingHandlerRemote
Public delegate ProjectSavedHandler Event handler for the Project Saved post-event.
Public delegate ProjectSavedHandlerRemote
Public delegate ProjectSaveFailedHandler Event handler for the Project SaveFailed post-event.
Public delegate ProjectSaveFailedHandlerRemote
Public delegate ProjectSummaryPublishedHandler Event handler for the Project SummaryPublished post-event.
Public delegate ProjectSummaryPublishedHandlerRemote
Public delegate ProjectSummaryPublishingHandler Event handler for the Project SummaryPublishing pre-event.
Public delegate ProjectSummaryPublishingHandlerRemote
Public delegate ProjectSyncedProjectEnterpriseEntitiesHandler Event handler for the Project SynchronizedProjectEnterpriseEntities post-event.
Public delegate ProjectSyncedProjectEnterpriseEntitiesHandlerRemote
Public delegate ProjectSyncingProjectEnterpriseEntitiesHandler Event handler for the Project SynchronizingProjectEnterpriseEntities pre-event.
Public delegate ProjectSyncingProjectEnterpriseEntitiesHandlerRemote
Public delegate ProjectUpdatedHandler Event handler for the Project Updated post-event.
Public delegate ProjectUpdatedHandlerRemote
Public delegate ProjectUpdatedPwaProjectHandler
Public delegate ProjectUpdatedPwaProjectHandlerRemote
Public delegate ProjectUpdatedScheduledProjectHandler Event handler for the ProjectUpdated ScheduledProject post-event.
Public delegate ProjectUpdatedScheduledProjectHandlerRemote
Public delegate ProjectUpdatingHandler Event handler for the Project Updating pre-event.
Public delegate ProjectUpdatingHandlerRemote
Public delegate ProjectUpdatingPwaProjectHandler
Public delegate ProjectUpdatingPwaProjectHandlerRemote
Public delegate ProjectUpdatingScheduledProjectHandler Event handler for the Project UpdatingScheduledProject pre-event.
Public delegate ProjectUpdatingScheduledProjectHandlerRemote
Public delegate ProjectWssWorkspaceAddressDeletedHandler Event handler for the Project WssWorkspaceAddressDeleted post-event.
Public delegate ProjectWssWorkspaceAddressDeletedHandlerRemote
Public delegate ProjectWssWorkspaceAddressDeletingHandler Event handler for the Project WssWorkspaceAddressDeleting pre-event.
Public delegate ProjectWssWorkspaceAddressDeletingHandlerRemote
Public delegate ProjectWssWorkspaceAddressUpdatedHandler Event handler for the Project WssWorkspaceAddressUpdated post-event.
Public delegate ProjectWssWorkspaceAddressUpdatedHandlerRemote
Public delegate ProjectWssWorkspaceAddressUpdatingHandler Event handler for the Project WssWorkspaceAddressUpdating pre-event.
Public delegate ProjectWssWorkspaceAddressUpdatingHandlerRemote
Public delegate ReportingCommittedSolutionDecisionChangedHandler Event handler for the Reporting CommittedSolutionDecisionChanged post-event.
Public delegate ReportingCommittedSolutionDecisionChangedHandlerRemote
Public delegate ReportingCustomFieldChangedHandler Event handler for the Reporting CustomFieldChanged post-event.
Public delegate ReportingCustomFieldChangedHandlerRemote
Public delegate ReportingCustomFieldCreatedHandler Event handler for the Reporting CustomFieldCreated post-event.
Public delegate ReportingCustomFieldCreatedHandlerRemote
Public delegate ReportingCustomFieldDeletedHandler Event handler for the Reporting CustomFieldDeleted post-event.
Public delegate ReportingCustomFieldDeletedHandlerRemote
Public delegate ReportingEnterpriseProjectTypeDeletedHandler Event handler for the Reporting EnterpriseProjectTypeDeleted post-event.
Public delegate ReportingEnterpriseProjectTypeDeletedHandlerRemote
Public delegate ReportingEnterpriseProjectTypeUpdatedHandler Event handler for the Reporting EnterpriseProjectTypeUpdated post-event.
Public delegate ReportingEnterpriseProjectTypeUpdatedHandlerRemote
Public delegate ReportingFiscalPeriodChangedHandler Event handler for the Reporting FiscalPeriodChanged post-event.
Public delegate ReportingFiscalPeriodChangedHandlerRemote
Public delegate ReportingFiscalPeriodDeletedHandler Event handler for the Reporting FiscalPeriodDeleted post-event.
Public delegate ReportingFiscalPeriodDeletedHandlerRemote
Public delegate ReportingLookupTableChangedHandler Event handler for the Reporting LookupTableChanged post-event.
Public delegate ReportingLookupTableChangedHandlerRemote
Public delegate ReportingLookupTableCreatedHandler Event handler for the Reporting LookupTableCreated post-event.
Public delegate ReportingLookupTableCreatedHandlerRemote
Public delegate ReportingLookupTableDeletedHandler Event handler for the Reporting LookupTableDeleted post-event.
Public delegate ReportingLookupTableDeletedHandlerRemote
Public delegate ReportingProjectChangedHandler Event handler for the Reporting ProjectChanged post-event.
Public delegate ReportingProjectChangedHandlerRemote
Public delegate ReportingProjectCreatedHandler Event handler for the Reporting ProjectCreated post-event.
Public delegate ReportingProjectCreatedHandlerRemote
Public delegate ReportingProjectDeletedHandler Event handler for the Reporting ProjectDeleted post-event.
Public delegate ReportingProjectDeletedHandlerRemote
Public delegate ReportingProjectSummaryChangedHandler Event handler for the Reporting ProjectSummaryChanged post-event.
Public delegate ReportingProjectSummaryChangedHandlerRemote
Public delegate ReportingProjectWorkflowInformationChangedHandler Event handler for the Reporting ProjectWorkflowInformationChanged post-event.
Public delegate ReportingProjectWorkflowInformationChangedHandlerRemote
Public delegate ReportingProjectWorkspaceChangedHandler Event handler for the Reporting ProjectWorkspaceChanged post-event.
Public delegate ReportingProjectWorkspaceChangedHandlerRemote
Public delegate ReportingProjectWorkspaceCreatedHandler Event handler for the Reporting ProjectWorkspaceCreated post-event.
Public delegate ReportingProjectWorkspaceCreatedHandlerRemote
Public delegate ReportingProjectWorkspaceDeletedHandler Event handler for the Reporting ProjectWorkspaceDeleted post-event.
Public delegate ReportingProjectWorkspaceDeletedHandlerRemote
Public delegate ReportingResourceCapacitiesChangedHandler Event handler for the Reporting ResourceCapacitiesChanged post-event.
Public delegate ReportingResourceCapacitiesChangedHandlerRemote
Public delegate ReportingResourceCapacityTimeRangeChangedHandler Event handler for the Reporting ResourceCapacityTimeRangeChanged post-event.
Public delegate ReportingResourceCapacityTimeRangeChangedHandlerRemote
Public delegate ReportingResourceChangedHandler Event handler for the Reporting ResourceChanged post-event.
Public delegate ReportingResourceChangedHandlerRemote
Public delegate ReportingResourceCreatedHandler Event handler for the Reporting ResourceCreated post-event.
Public delegate ReportingResourceCreatedHandlerRemote
Public delegate ReportingResourceDeletedHandler Event handler for the Reporting ResourceDeleted post-event.
Public delegate ReportingResourceDeletedHandlerRemote
Public delegate ReportingTimesheetAdjustedHandler Event handler for the Reporting TimesheetAdjusted post-event.
Public delegate ReportingTimesheetAdjustedHandlerRemote
Public delegate ReportingTimesheetClassChangedHandler Event handler for the Reporting TimesheetClassChanged post-event.
Public delegate ReportingTimesheetClassChangedHandlerRemote
Public delegate ReportingTimesheetDeletedHandler Event handler for the Reporting TimesheetDeleted post-event.
Public delegate ReportingTimesheetDeletedHandlerRemote
Public delegate ReportingTimesheetPeriodChangedHandler Event handler for the Reporting TimesheetPeriodChanged post-event.
Public delegate ReportingTimesheetPeriodChangedHandlerRemote
Public delegate ReportingTimesheetPeriodCreatedHandler Event handler for the Reporting TimesheetPeriodCreated post-event.
Public delegate ReportingTimesheetPeriodCreatedHandlerRemote
Public delegate ReportingTimesheetPeriodDeletedHandler Event handler for the Reporting TimesheetPeriodDeleted post-event.
Public delegate ReportingTimesheetPeriodDeletedHandlerRemote
Public delegate ReportingTimesheetProjectAggregatedHandler Event handler for the Reporting TimesheetProjectAggregated post-event.
Public delegate ReportingTimesheetProjectAggregatedHandlerRemote
Public delegate ReportingTimesheetSavedHandler Event handler for the Reporting TimesheetSaved post-event.
Public delegate ReportingTimesheetSavedHandlerRemote
Public delegate ReportingTimesheetStatusChangedHandler Event handler for the Reporting TimesheetStatusChanged post-event.
Public delegate ReportingTimesheetStatusChangedHandlerRemote
Public delegate ReportingUserViewChangedHandler Event handler for the Reporting UserViewChanged post-event.
Public delegate ReportingUserViewChangedHandlerRemote
Public delegate ReportingWorkflowPhaseDeletedHandler Event handler for the Reporting WorkflowPhaseDeleted post-event.
Public delegate ReportingWorkflowPhaseDeletedHandlerRemote
Public delegate ReportingWorkflowPhaseUpdatedHandler Event handler for the ReportingWorkflowPhase Updated post-event.
Public delegate ReportingWorkflowPhaseUpdatedHandlerRemote
Public delegate ReportingWorkflowStageDeletedHandler Event handler for the Reporting WorkflowStageDeleted post-event.
Public delegate ReportingWorkflowStageDeletedHandlerRemote
Public delegate ReportingWorkflowStageUpdatedHandler Event handler for the Reporting WorkflowStageUpdated post-event.
Public delegate ReportingWorkflowStageUpdatedHandlerRemote
Public delegate ResourceActivatedHandler Event handler for the Resource Activated post-event.
Public delegate ResourceActivatedHandlerRemote
Public delegate ResourceActivatingHandler Event handler for the Resource Activating pre-event.
Public delegate ResourceActivatingHandlerRemote
Public delegate ResourceChangedHandler Event handler for the Resource Changed post-event.
Public delegate ResourceChangedHandlerRemote
Public delegate ResourceChangingHandler Event handler for the Resource Changing pre-event.
Public delegate ResourceChangingHandlerRemote
Public delegate ResourceCheckedInHandler Event handler for the Resource CheckedIn post-event.
Public delegate ResourceCheckedInHandlerRemote
Public delegate ResourceCheckedOutHandler Event handler for the Resource CheckedOut post-event.
Public delegate ResourceCheckedOutHandlerRemote
Public delegate ResourceCheckingInHandler Event handler for the Resource CheckingIn pre-event.
Public delegate ResourceCheckingInHandlerRemote
Public delegate ResourceCheckingOutHandler Event handler for the Resource CheckingOut pre-event.
Public delegate ResourceCheckingOutHandlerRemote
Public delegate ResourceCreatedHandler Event handler for the Resource Created post-event.
Public delegate ResourceCreatedHandlerRemote
Public delegate ResourceCreatingHandler Event handler for the Resource Creating pre-event.
Public delegate ResourceCreatingHandlerRemote
Public delegate ResourceDeactivatedHandler Event handler for the Resource Deactivated post-event.
Public delegate ResourceDeactivatedHandlerRemote
Public delegate ResourceDeactivatingHandler Event handler for the Resource Deactivating pre-event.
Public delegate ResourceDeactivatingHandlerRemote
Public delegate ResourceDeletedHandler Event handler for the Resource Deleted post-event.
Public delegate ResourceDeletedHandlerRemote
Public delegate ResourceDeletingHandler Event handler for the Resource Deleting pre-event.
Public delegate ResourceDeletingHandlerRemote
Public delegate ResourcePlanResourcePlanPublishedHandler Event handler for the ResourcePlan ResourcePlanPublished post-event.
Public delegate ResourcePlanResourcePlanPublishedHandlerRemote
Public delegate ResourcePlanResourcePlanPublishingHandler Event handler for the ResourcePlan ResourcePlanPublishing pre-event.
Public delegate ResourcePlanResourcePlanPublishingHandlerRemote
Public delegate ResourceSetAuthorizationHandler Event handler for the Resource SetAuthorization post-event.
Public delegate ResourceSettingAuthorizationHandler Event handler for the Resource SettingAuthorization pre-event.
Public delegate RulesCopiedHandler Event handler for the Rules Copying pre-event.
Public delegate RulesCopiedHandlerRemote
Public delegate RulesCopyingHandler Event handler for the Rules Copying pre-event.
Public delegate RulesCopyingHandlerRemote
Public delegate RulesCreatedHandler Event handler for the Rules Created post-event.
Public delegate RulesCreatedHandlerRemote
Public delegate RulesCreatingHandler Event handler for the Rules Creating pre-event.
Public delegate RulesCreatingHandlerRemote
Public delegate RulesDeletedHandler Event handler for the Rules Deleted post-event.
Public delegate RulesDeletedHandlerRemote
Public delegate RulesDeletingHandler Event handler for the Rules Deleting pre-event.
Public delegate RulesDeletingHandlerRemote
Public delegate RulesProcessedHandler Event handler for the Rules Processed post-event.
Public delegate RulesProcessedHandlerRemote
Public delegate RulesProcessingHandler Event handler for the Rules Processing pre-event.
Public delegate RulesProcessingHandlerRemote
Public delegate SecurityCategoryCreatedHandler Event handler for the Security CategoryCreated post-event.
Public delegate SecurityCategoryCreatingHandler Event handler for the Security CategoryCreating pre-event.
Public delegate SecurityCategoryDeletedHandler Event handler for the Security CategoryDeleted post-event.
Public delegate SecurityCategoryDeletingHandler Event handler for the Security CategoryDeleting pre-event.
Public delegate SecurityCategoryUpdatedHandler Event handler for the Security CategoryUpdated post-event.
Public delegate SecurityCategoryUpdatingHandler Event handler for the Security CategoryUpdating pre-event.
Public delegate SecurityGroupCreatedHandler Event handler for the Security GroupCreated post-event.
Public delegate SecurityGroupCreatingHandler Event handler for the Security GroupCreating pre-event.
Public delegate SecurityGroupDeletedHandler Event handler for the Security GroupDeleted post-event.
Public delegate SecurityGroupDeletingHandler Event handler for the Security GroupDeleting pre-event.
Public delegate SecurityGroupUpdatedHandler Event handler for the Security GroupUpdated post-event.
Public delegate SecurityGroupUpdatingHandler Event handler for the Security GroupUpdating pre-event.
Public delegate SecurityOrganizationalPermissionsUpdatedHandler Event handler for the Security OrganizationalPermissionsUpdated post-event.
Public delegate SecurityOrganizationalPermissionsUpdatingHandler Event handler for the Security OrganizationalPermissionsUpdating pre-event.
Public delegate SecurityProjectCategoryCreatedHandler Event handler for the Security ProjectCategoryCreated post-event.
Public delegate SecurityProjectCategoryCreatingHandler Event handler for the Security ProjectCategoryCreating pre-event.
Public delegate SecurityProjectCategoryDeletedHandler Event handler for the Security ProjectCategoryDeleted post-event.
Public delegate SecurityProjectCategoryDeletingHandler Event handler for the Security ProjectCategoryDeleting pre-event.
Public delegate SecurityProjectCategoryUpdatedHandler Event handler for the Security ProjectCategoryUpdated post-event.
Public delegate SecurityProjectCategoryUpdatingHandler Event handler for the Security ProjectCategoryUpdating pre-event.
Public delegate SecurityTemplateCreatedHandler Event handler for the Security TemplateCreated post-event.
Public delegate SecurityTemplateCreatingHandler Event handler for the Security TemplateCreating pre-event.
Public delegate SecurityTemplateDeletedHandler Event handler for the Security TemplateDeleted post-event.
Public delegate SecurityTemplateDeletingHandler Event handler for the Security TemplateDeleting pre-event.
Public delegate SecurityTemplateUpdatedHandler Event handler for the Security TemplateUpdated post-event.
Public delegate SecurityTemplateUpdatingHandler Event handler for the Security TemplateUpdating pre-event.
Public delegate StatusingAppliedHandler Event handler for the Statusing Applied post-event.
Public delegate StatusingAppliedHandlerRemote
Public delegate StatusingApplyingHandler Event handler for the Statusing Applying pre-event.
Public delegate StatusingApplyingHandlerRemote
Public delegate StatusingApprovalsUpdatedHandler Event handler for the Statusing ApprovalsUpdated post-event.
Public delegate StatusingApprovalsUpdatedHandlerRemote
Public delegate StatusingApprovalsUpdatingHandler Event handler for the Statusing ApprovalsUpdating pre-event.
Public delegate StatusingApprovalsUpdatingHandlerRemote
Public delegate StatusingAssignmentDelegatedHandler Event handler for the Statusing AssignmentDelegated post-event.
Public delegate StatusingAssignmentDelegatedHandlerRemote
Public delegate StatusingAssignmentDelegatingHandler Event handler for the Statusing AssignmentDelegating pre-event.
Public delegate StatusingAssignmentDelegatingHandlerRemote
Public delegate StatusingAssignmentDeletedHandler Event handler for the Statusing AssignmentDeleted post-event.
Public delegate StatusingAssignmentDeletedHandlerRemote
Public delegate StatusingAssignmentDeletingHandler Event handler for the Statusing AssignmentDeleting pre-event.
Public delegate StatusingAssignmentDeletingHandlerRemote
Public delegate StatusingAssignmentWorkDataSetHandler Event handler for the Statusing AssignmentWorkDataSet pre-event.
Public delegate StatusingAssignmentWorkDataSetHandlerRemote
Public delegate StatusingAssignmentWorkDataSettingHandler Event handler for the Statusing AssignmentWorkDataSetting pre-event.
Public delegate StatusingAssignmentWorkDataSettingHandlerRemote
Public delegate StatusingHistoryDeletedHandler Event handler for the Statusing HistoryDeleted post-event.
Public delegate StatusingHistoryDeletedHandlerRemote
Public delegate StatusingHistoryDeletingHandler Event handler for the Statusing HistoryDeleting pre-event.
Public delegate StatusingHistoryDeletingHandlerRemote
Public delegate StatusingStatusSubmitingHandler Event handler for the StatusSubmitting pre-event of the SubmitStatus method and the SubmitStatusForResource method of the Statusing service.
Public delegate StatusingStatusSubmitingHandlerRemote
Public delegate StatusingStatusSubmittedHandler Event handler for the StatusSubmitted post-event of the SubmitStatus method and the SubmitStatusForResource method of the Statusing service.
Public delegate StatusingStatusSubmittedHandlerRemote
Public delegate StatusingStatusUpdatedHandler Event handler for the Statusing StatusUpdated post-event.
Public delegate StatusingStatusUpdatedHandlerRemote
Public delegate StatusingStatusUpdatingHandler Event handler for the Statusing StatusUpdating pre-event.
Public delegate StatusingStatusUpdatingHandlerRemote
Public delegate StatusingTaskCreatedHandler Event handler for the Statusing TaskCreated post-event.
Public delegate StatusingTaskCreatedHandlerRemote
Public delegate StatusingTaskCreatingHandler Event handler for the Statusing TaskCreating pre-event.
Public delegate StatusingTaskCreatingHandlerRemote
Public delegate StatusReportsRequestCreatedHandler Event handler for the StatusReports RequestCreated post-event.
Public delegate StatusReportsRequestCreatedHandlerRemote
Public delegate StatusReportsRequestCreatingHandler Event handler for the StatusReports RequestCreating pre-event.
Public delegate StatusReportsRequestCreatingHandlerRemote
Public delegate StatusReportsRequestUpdatedHandler Event handler for the StatusReports RequestUpdated post-event.
Public delegate StatusReportsRequestUpdatedHandlerRemote
Public delegate StatusReportsRequestUpdatingHandler Event handler for the StatusReports RequestUpdating pre-event.
Public delegate StatusReportsRequestUpdatingHandlerRemote
Public delegate StatusReportsResponseCreatedHandler Event handler for the StatusReports ResponseCreated post-event.
Public delegate StatusReportsResponseCreatedHandlerRemote
Public delegate StatusReportsResponseCreatingHandler Event handler for the StatusReports ResponseCreating pre-event.
Public delegate StatusReportsResponseCreatingHandlerRemote
Public delegate StatusReportsResponseUpdatedHandler Event handler for the StatusReports ResponseUpdated post-event.
Public delegate StatusReportsResponseUpdatedHandlerRemote
Public delegate StatusReportsResponseUpdatingHandler Event handler for the StatusReports ResponseUpdating pre-event.
Public delegate StatusReportsResponseUpdatingHandlerRemote
Public delegate TimesheetCreatedHandler Event handler for the Timesheet Created post-event.
Public delegate TimesheetCreatedHandlerRemote
Public delegate TimesheetCreatingHandler Event handler for the Timesheet Creating pre-event.
Public delegate TimesheetCreatingHandlerRemote
Public delegate TimesheetDeletedHandler Event handler for the Timesheet Deleted post-event.
Public delegate TimesheetDeletedHandlerRemote
Public delegate TimesheetDeletingHandler Event handler for the Timesheet Deleting pre-event.
Public delegate TimesheetDeletingHandlerRemote
Public delegate TimesheetLineApprovedHandler Event handler for the Timesheet LineApproved post-event.
Public delegate TimesheetLineApprovedHandlerRemote
Public delegate TimesheetLineApprovingHandler Event handler for the Timesheet LineApproving pre-event.
Public delegate TimesheetLineApprovingHandlerRemote
Public delegate TimesheetRecalledHandler Event handler for the Timesheet Recalled pre-event.
Public delegate TimesheetRecalledHandlerRemote
Public delegate TimesheetRecallingHandler Event handler for the Timesheet Recalling pre-event.
Public delegate TimesheetRecallingHandlerRemote
Public delegate TimesheetReviewedHandler Event handler for the Timesheet Reviewed post-event.
Public delegate TimesheetReviewedHandlerRemote
Public delegate TimesheetReviewingHandler Event handler for the Timesheet Reviewing pre-event.
Public delegate TimesheetReviewingHandlerRemote
Public delegate TimesheetSubmittedHandler Event handler for the Timesheet Submitted post-event.
Public delegate TimesheetSubmittedHandlerRemote
Public delegate TimesheetSubmittingHandler Event handler for the Timesheet Submitting pre-event.
Public delegate TimesheetSubmittingHandlerRemote
Public delegate TimesheetUpdatedHandler Event handler for the Timesheet Updated post-event.
Public delegate TimesheetUpdatedHandlerRemote
Public delegate TimesheetUpdatingHandler Event handler for the Timesheet Updating pre-event.
Public delegate TimesheetUpdatingHandlerRemote
Public delegate UserDelegationActivatedHandler Event handler for the UserDelegation Activated post-event.
Public delegate UserDelegationActivatingHandler Event handler for the UserDelegation Activating pre-event.
Public delegate UserDelegationChangedHandler Event handler for the UserDelegation Changed post-event.
Public delegate UserDelegationChangingHandler Event handler for the UserDelegation Changing pre-event.
Public delegate UserDelegationCreatedHandler Event handler for the UserDelegation Created post-event.
Public delegate UserDelegationCreatingHandler Event handler for the UserDelegation Creating pre-event.
Public delegate UserDelegationDeactivatedHandler Event handler for the UserDelegation Deactivated post-event.
Public delegate UserDelegationDeactivatingHandler Event handler for the UserDelegation Deactivating pre-event.
Public delegate UserDelegationDeletedHandler Event handler for the UserDelegation Deleted post-event.
Public delegate UserDelegationDeletingHandler Event handler for the UserDelegation Deleting pre-event.
Public delegate WorkflowCompletedHandler Event handler for the Workflow Completed post-event.
Public delegate WorkflowCompletedHandlerRemote
Public delegate WorkflowProjectTypeChangedHandler Event handler for the Workflow ProjectTypeChanged post-event.
Public delegate WorkflowProjectTypeChangedHandlerRemote
Public delegate WorkflowProjectTypeChangingHandler Event handler for the Workflow ProjectTypeChanging pre-event.
Public delegate WorkflowProjectTypeChangingHandlerRemote
Public delegate WorkflowRunningHandler Event handler for the Workflow Running pre-event.
Public delegate WorkflowRunningHandlerRemote
Public delegate WorkflowStageEnteredHandler Event handler for the Workflow StageEntered post-event.
Public delegate WorkflowStageEnteredHandlerRemote
Public delegate WorkflowStartedHandler Event handler for the Workflow Started post-event.
Public delegate WorkflowStartedHandlerRemote
Public delegate WssInteropWssWorkspaceCreatedHandler Event handler for the WssInterop WssWorkspaceCreated post-event.
Public delegate WssInteropWssWorkspaceCreatedHandlerRemote
Public delegate WssInteropWssWorkspaceCreatingHandler Event handler for the WssInterop WssWorkspaceCreating pre-event.
Public delegate WssInteropWssWorkspaceCreatingHandlerRemote