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.
This event is raised when the attachment upload is completed.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
event UploadCompletionEventHandler AttachmentUploadCompleted
event UploadCompletionEventHandler^ AttachmentUploadCompleted {
void add(UploadCompletionEventHandler^ value);
void remove(UploadCompletionEventHandler^ value);
}
abstract AttachmentUploadCompleted : IEvent<UploadCompletionEventHandler,
UploadCompletionEventArgs>
Event AttachmentUploadCompleted As UploadCompletionEventHandler
See Also
UploadCompletionEventHandler
IAttachmentOwner Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top