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.
This event handler listens to asynchronous changes to the state of a query.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Delegate Sub WorkItemAsyncEventHandler ( _
sender As Object, _
e As WorkItemAsyncEventArgs _
)
'Usage
Dim instance As New WorkItemAsyncEventHandler(AddressOf HandlerMethod)
public delegate void WorkItemAsyncEventHandler(
Object sender,
WorkItemAsyncEventArgs e
)
public delegate void WorkItemAsyncEventHandler(
Object^ sender,
WorkItemAsyncEventArgs^ e
)
JScript does not support delegates.
Parameters
- sender
Type: System.Object
Remarks
See AsyncStateEnum for possible states.