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.
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
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
Public Delegate Sub UploadManagerEventHandler (
sender As Object,
e As UploadManagerEventArgs
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: Microsoft.TeamFoundation.TestManagement.Client.UploadManagerEventArgsAn UploadManagerEventArgs that contains the event data.
Examples
Legacy Code Example
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top