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.
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)
Syntax
'Declaration
Public Event AsyncStateChanged As WorkItemAsyncEventHandler
public event WorkItemAsyncEventHandler AsyncStateChanged
public:
event WorkItemAsyncEventHandler^ AsyncStateChanged {
void add (WorkItemAsyncEventHandler^ value);
void remove (WorkItemAsyncEventHandler^ value);
}
member AsyncStateChanged : IEvent<WorkItemAsyncEventHandler,
WorkItemAsyncEventArgs>
JScript does not support events.
Remarks
See the CancelableActionState enum for possible states for the asynchronous query.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.