This documentation is archived and is not being maintained.

IPendingCheckinPendingChanges::CheckedPendingChangesChanged Event

An event that occurs each time the array of checked items has changed.

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

event EventHandler^ CheckedPendingChangesChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Show: