IAttachmentOwner.AttachmentUploadCompleted Event
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
'Declaration
Event AttachmentUploadCompleted As UploadCompletionEventHandler
event UploadCompletionEventHandler AttachmentUploadCompleted
event UploadCompletionEventHandler^ AttachmentUploadCompleted {
void add (UploadCompletionEventHandler^ value);
void remove (UploadCompletionEventHandler^ value);
}
abstract AttachmentUploadCompleted : IEvent<UploadCompletionEventHandler,
UploadCompletionEventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.