Share via


WebServiceStats.CountChanged 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 CountChanged As EventHandler
'Usage
Dim instance As WebServiceStats 
Dim handler As EventHandler 

AddHandler instance.CountChanged, handler
public event EventHandler CountChanged
public:
 event EventHandler^ CountChanged {
    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