This documentation is archived and is not being maintained.

WebServiceStats::MinTimeChanged Event

Occurs when the MinTime property of the Web service has changed.

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

public:
 event EventHandler^ MinTimeChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Show: