Share via


MemberExitSpaceEventData Event

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The MemberExitSpaceEventData event indicates that a member left the workspace.

Syntax

<Event>
  <SubscriptionID />
  <EventClass>urn:groove-net:Member2Event</EventClass>
  <EventSource />
  <EventType>MemberExitSpaceEventData</EventType>
  <EventData xsi:type="e:MemberExitSpaceEventData">
      <SpaceURI />
      <Member />
  </EventData>
</Event>

Complex Type Elements

Element

Data type

Description

SpaceURI

xs:anyURI

URI that targets the GrooveSpaces Web Service for this workspace. This is same URI that is returned by the GrooveSpaces.Read operation in the URI element.

Member

Member

Member who left the workspace

See Also

Reference

GrooveMembers Web Service

GrooveMembers.EnterSpace Operation

GrooveMembers.EnterTool Operation

GrooveMembers.ExitSpace Operation

GrooveMembers.ExitTool Operation

Concepts

Handling Groove Web Services Events