Partilhar via


Evento DataCollectionSink.SendFileCompleted

Ocorre quando um arquivo foi enviado para o DataCollectionSink.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
Public MustOverride Event SendFileCompleted As AsyncCompletedEventHandler
public abstract event AsyncCompletedEventHandler SendFileCompleted
public:
virtual  event AsyncCompletedEventHandler^ SendFileCompleted {
    void add (AsyncCompletedEventHandler^ value);
    void remove (AsyncCompletedEventHandler^ value);
}
abstract SendFileCompleted : IEvent<AsyncCompletedEventHandler,
    AsyncCompletedEventArgs>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

DataCollectionSink Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

SendFileAsync