Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IAttachmentUploadManager::Changed Event

 

Raised when any change occurs to the content of this manager, so that the user interface (UI) can be updated.

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

event UploadManagerEventHandler^ Changed {
	void add(UploadManagerEventHandler^ value);
	void remove(UploadManagerEventHandler^ value);
}
Return to top
Show: