This documentation is archived and is not being maintained.

QueryFolder::ChangesCommitted Event

This event is fired when the content change of the folder is committed to the server.

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

public:
 event QueryFolderContentsChangedEventHandler^ ChangesCommitted {
	void add (QueryFolderContentsChangedEventHandler^ value);
	void remove (QueryFolderContentsChangedEventHandler^ value);
}

Show: