Share via


UploadManagerEventHandler Delegate

Represents the method that handles events that are raised by the upload manager.

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

Syntax

'Declaration
Public Delegate Sub UploadManagerEventHandler ( _
    sender As Object, _
    e As UploadManagerEventArgs _
)
public delegate void UploadManagerEventHandler(
    Object sender,
    UploadManagerEventArgs e
)
public delegate void UploadManagerEventHandler(
    Object^ sender, 
    UploadManagerEventArgs^ e
)
type UploadManagerEventHandler = 
    delegate of 
        sender:Object * 
        e:UploadManagerEventArgs -> unit
JScript does not support delegates.

Parameters

Examples

UploadManagerEventArgs

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace