This documentation is archived and is not being maintained.

WorkItemAsyncEventHandler Delegate

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)

public delegate void WorkItemAsyncEventHandler(
	Object^ sender, 
	WorkItemAsyncEventArgs^ e
)
Show: