Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Delegate Sub CredentialsChangedEventHandler ( _
sender As Object, _
e As CredentialsChangedEventArgs _
)
'Usage
Dim instance As New CredentialsChangedEventHandler(AddressOf HandlerMethod)
public delegate void CredentialsChangedEventHandler(
Object sender,
CredentialsChangedEventArgs e
)
public delegate void CredentialsChangedEventHandler(
Object^ sender,
CredentialsChangedEventArgs^ e
)
JScript does not support delegates.
Parameters
- sender
Type: System.Object