This documentation is archived and is not being maintained.
WorkItemAsyncEventHandler Delegate
Visual Studio 2013
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 )
Parameters
- sender
- Type: System::Object
Show: