GrooveEvents.Event Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The Event complex type contains information about an event.

Syntax

<Event>  
  <SubscriptionID />
  <EventClass />
  <EventSource />
  <EventType />
  <EventData />
</Event>

Complex Type Elements

Element

Data type

Description

SubscriptionID

xs:string

Identifies the subscription; the value is equal to the SubscriptionID returned in the call to the GrooveSubscriptions.Create or GrooveSubscriptions.CreateAggregated2 operation that initiated this subscription.

EventClass

xs:string

A URI that identifies the class of event.

EventSource

xs:string

A URI that identifies the Groove tool or component that is the source of the event.

EventType

xs:string

The type of the EventData element. This type is an extension of the EventData base type.

EventData

EventData

The EventData element contains the event-specific data. In an instance of an Event, this element has a type that is a subclass of the EventData type. For example, the event generated when you add a tool has the ToolAddEventData event type. Each subclass of EventData includes an element named EventName that identifies the specific kind of event.

See Also

Reference

GrooveEvents Web Service

Concepts

Handling Groove Web Services Events