CredentialsChangedEventArgs Class
This event is raised when the TeamFoundationServer's credentials change.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Class CredentialsChangedEventArgs _
Inherits EventArgs
'Usage
Dim instance As CredentialsChangedEventArgs
public class CredentialsChangedEventArgs : EventArgs
public ref class CredentialsChangedEventArgs : public EventArgs
public class CredentialsChangedEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.TeamFoundation.Client.CredentialsChangedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.