This documentation is archived and is not being maintained.

VersionControlServer::CommitShelveset Event

Raised on the creation of a new Shelveset.

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

public:
 event CommitShelvesetEventHandler^ CommitShelveset {
	void add (CommitShelvesetEventHandler^ value);
	void remove (CommitShelvesetEventHandler^ value);
}

Show: