Partilhar via


Evento DataCollectorNotifications.CustomEventCompleted

Gerado pela estrutura de teste, quando um adaptador de dados de diagnóstico concluiu a manipulação assíncrona de eventos.

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

Sintaxe

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

Segurança do .NET Framework

Consulte também

Referência

DataCollectorNotifications Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

AsyncCompletedEventHandler