Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.