This documentation is archived and is not being maintained.

QueryHierarchy::HierarchyRefreshed Event

This event is fired after the hierarchy is successfully refreshed from the server.

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

public:
 event EventHandler^ HierarchyRefreshed {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Show: