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
Public property DiskUpdateAttempted Gets whether the event attempts disk update.
Public property IsLatest Gets whether the pending change is the latest event.
Public property OperationId Gets the operation identifier associated with the event.
Public property PendingChange Gets the pending changes associated with the event.
Public property Status Gets the operation status of the event.
Public property Workspace Gets the workspace associated with the event.

Top

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace