This documentation is archived and is not being maintained.

WorkspaceEventArgs::EventSource Property

Gets the source of the workspace event.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property WorkspaceEventSource EventSource {
	WorkspaceEventSource get ();
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::WorkspaceEventSource
The source of the workspace event.

Was the event raised as a result of an internal action or raised from an external event (such as a notification from another process on the same desktop)?

Show: