DataCollectorNotifications.CustomEventCompleted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised by the testing framework when a diagnostic data adapter has finished handling an asynchronous event.
public:
abstract event System::ComponentModel::AsyncCompletedEventHandler ^ CustomEventCompleted;
public abstract event System.ComponentModel.AsyncCompletedEventHandler CustomEventCompleted;
member this.CustomEventCompleted : System.ComponentModel.AsyncCompletedEventHandler
Public MustOverride Event CustomEventCompleted As AsyncCompletedEventHandler