This documentation is archived and is not being maintained.
WorkItemAsyncEventArgs Class
Visual Studio 2013
A class to handle WorkItem asynchronous change events to the state of a query.
System::Object
System::EventArgs
Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemAsyncEventArgs
System::EventArgs
Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemAsyncEventArgs
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The WorkItemAsyncEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CancelableAsyncResult | Gets the cancelable asynchronous result. |
![]() | NewState | Gets the new state. |
![]() | OldState | Gets the old state. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
