Share via


WebServiceStats.MinTimeChanged Event

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Event MinTimeChanged As EventHandler
'Usage
Dim instance As WebServiceStats 
Dim handler As EventHandler 

AddHandler instance.MinTimeChanged, handler
public event EventHandler MinTimeChanged
public:
 event EventHandler^ MinTimeChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

WebServiceStats Class

WebServiceStats Members

Microsoft.TeamFoundation.Client Namespace