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.
NOTE: This API is now obsolete. The non-obsolete alternative is .
Namespace:  Microsoft.TeamFoundation.Build.Proxy
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
<ObsoleteAttribute("This delegate has been deprecated. Please remove all references.")> _
Public Delegate Sub UpdateBuildQualityCompletedEventHandler ( _
    sender As Object, _
    e As AsyncCompletedEventArgs _
)
'Usage
Dim instance As New UpdateBuildQualityCompletedEventHandler(AddressOf HandlerMethod)
[ObsoleteAttribute("This delegate has been deprecated. Please remove all references.")]
public delegate void UpdateBuildQualityCompletedEventHandler(
    Object sender,
    AsyncCompletedEventArgs e
)
[ObsoleteAttribute(L"This delegate has been deprecated. Please remove all references.")]
public delegate void UpdateBuildQualityCompletedEventHandler(
    Object^ sender, 
    AsyncCompletedEventArgs^ e
)
JScript does not support delegates.
Parameters
- sender
 Type: System.Object