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.
Event handler for asynchronous changes to the state of a Query.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Event AsyncStateChanged As WorkItemAsyncEventHandler
'Usage
Dim instance As Query
Dim handler As WorkItemAsyncEventHandler
AddHandler instance.AsyncStateChanged, handler
public event WorkItemAsyncEventHandler AsyncStateChanged
public:
event WorkItemAsyncEventHandler^ AsyncStateChanged {
void add (WorkItemAsyncEventHandler^ value);
void remove (WorkItemAsyncEventHandler^ value);
}
JScript does not support events.
Remarks
See AsyncStateEnum for possible states.
.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.