This documentation is archived and is not being maintained.

TfsConfigurationServerManager::ConnectionUserChanged Event

Visual Studio 2013

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

public:
static   event EventHandler<ConnectionUserChangedEventArgs^>^ ConnectionUserChanged {
	void add (EventHandler<ConnectionUserChangedEventArgs^>^ value);
	void remove (EventHandler<ConnectionUserChangedEventArgs^>^ value);
}

Show: