Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public enum UploadManagerEventType
public enum class UploadManagerEventType
type UploadManagerEventType
Public Enumeration UploadManagerEventType
Members
Member name | Description | |
---|---|---|
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 . |
See Also
UploadManagerEventHandler
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top