This documentation is archived and is not being maintained.

BranchObjectCreatedEventArgs Constructor

Initializes a new instance of the the properties associated with the BranchObjectCreatedEventArgs class.

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

public:
BranchObjectCreatedEventArgs(
	BranchProperties^ properties
)

Parameters

properties
Type: Microsoft.TeamFoundation.VersionControl.Client::BranchProperties

The properties associated with the created branch object.

Show: