IPendingChangeEventArgs Interface
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)
Syntax
'Declaration
Public Interface IPendingChangeEventArgs
public interface IPendingChangeEventArgs
public interface class IPendingChangeEventArgs
type IPendingChangeEventArgs = interface end
public interface IPendingChangeEventArgs
The IPendingChangeEventArgs type exposes the following members.
Properties
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. |
Top