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.
Event handler for a completed event.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Delegate Sub PollingCompletedEventHandler ( _
sender As Object, _
e As PollingCompletedEventArgs _
)
public delegate void PollingCompletedEventHandler(
Object sender,
PollingCompletedEventArgs e
)
public delegate void PollingCompletedEventHandler(
Object^ sender,
PollingCompletedEventArgs^ e
)
type PollingCompletedEventHandler =
delegate of
sender:Object *
e:PollingCompletedEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System.Object
The object that causes the event.
- e
Type: Microsoft.TeamFoundation.Build.Client.PollingCompletedEventArgs
Arguments for the event.