This documentation is archived and is not being maintained.

PendingChangeEventArgs::PendingChange Property

The pending change that is being operated on.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
virtual property PendingChange^ PendingChange {
	PendingChange^ get () sealed;
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::PendingChange
The pending change that is being operated on.

Implements

IPendingChangeEventArgs::PendingChange

Show: