Occurs when the event tracer reaches the event tracing analysis session.
[Visual Basic] Public Event Completed As CompletedEventHandler [C#] public event CompletedEventHandler Completed; [C++] public: __event CompletedEventHandler* Completed;
The event handler receives an argument of type CompletedEventArgs containing data related to this event. The following CompletedEventArgs properties provide information specific to this event.
Namespace: WmiSolutions.EventTracing.Consumer
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: WmiSolutions.EventTracing.dll