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
sender
Type: ObjectThe source of the event.
e
Type: Microsoft.TeamFoundation.TestManagement.Client.UploadManagerEventArgsAn UploadManagerEventArgs that contains the event data.