WebSvcEvents Namespace

The WebSvcEvents namespace is an arbitrary name for a reference to the Events.asmx Web service of the PSI in Microsoft Office Project Server 2007.

The Events class in the Web service includes methods for managing Project Server event handler associations. Read the list of Project Server events, event handler associations for a specific event, or all event handler associations. Create, update, and delete event handler associations.

Events methods typically use or return an EventsDataSet or an EventHandlersDataSet object.

Classes

  Class Description
Public class EventHandlersDataSet
Public class EventHandlersDataSet.EventHandlersDataTable
Public class EventHandlersDataSet.EventHandlersRow Specifies one row of information specific to an event handler.
Public class EventHandlersDataSet.EventHandlersRowChangeEvent Describes event handler settings for the specified data.
Public class Events Includes methods for managing Microsoft Office Project Server 2007 event handler associations. Read the list of Project Server events, event handler associations for a specific event, or all event handler associations. Create, update, and delete event handler associations.
Public class EventsDataSet
Public class EventsDataSet.EventDataTable
Public class EventsDataSet.EventRow Specifies one row of event information.
Public class EventsDataSet.EventRowChangeEvent Describes event handler settings for the specified data.

Delegates

  Delegate Description
Public delegate EventHandlersDataSet.EventHandlersRowChangeEventHandler
Public delegate EventsDataSet.EventRowChangeEventHandler

Enumerations

  Enumeration Description
Public enumeration PSEventID Identifies a Project Server pre-event or post-event.