This documentation is archived and is not being maintained.

FolderContentChangedEventArgs Constructor

Initializes a new instance of the FolderContentChangedEventArgs class.

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

public:
FolderContentChangedEventArgs(
	int changesetId
)

Parameters

changesetId
Type: System::Int32

The Id of the changeset in which the changes were committed.

Show: