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.

UploadManagerEventType Enumeration

 

Enumerates the possible types of events that are handled by the UploadManagerEventHandler.

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

public enum class UploadManagerEventType

Member nameDescription
EntryAdded

A new entry has been added to IAttachmentUploadManager::Entries.

EntryChanged

An existing entry has been changed.

EntryCompleted

An entry has been completed.

EntryRemoved

An existing entry has been removed from IAttachmentUploadManager::Entries .

Return to top
Show: