Share via


DataCollectorNotifications.CustomEventCompleted Event

Raised by the testing framework when a diagnostic data adapter has finished handling an asynchronous event.

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

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

DataCollectorNotifications Class

Microsoft.VisualStudio.TestTools.Execution Namespace

AsyncCompletedEventHandler