This documentation is archived and is not being maintained.

VersionControlServer::UnshelveShelveset Event

Raised when unshelving a Shelveset.

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

public:
 event UnshelveShelvesetEventHandler^ UnshelveShelveset {
	void add (UnshelveShelvesetEventHandler^ value);
	void remove (UnshelveShelvesetEventHandler^ value);
}

Show: