This documentation is archived and is not being maintained.

Query::AsyncStateChanged Event

Occurs when the state of the asynchronous query changes. Calls the WorkItemAsyncEventHandler event handler.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
 event WorkItemAsyncEventHandler^ AsyncStateChanged {
	void add (WorkItemAsyncEventHandler^ value);
	void remove (WorkItemAsyncEventHandler^ value);
}

See the CancelableActionState enum for possible states for the asynchronous query.

Show: