This documentation is archived and is not being maintained.
IPendingChangeEventArgs Interface
Visual Studio 2013
Represents an interface that defines the pending changes event arguments.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The IPendingChangeEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DiskUpdateAttempted | Gets whether the event attempts disk update. |
![]() | IsLatest | Gets whether the pending change is the latest event. |
![]() | OperationId | Gets the operation identifier associated with the event. |
![]() | PendingChange | Gets the pending changes associated with the event. |
![]() | Status | Gets the operation status of the event. |
![]() | Workspace | Gets the workspace associated with the event. |
Show:
