Occurs when the event tracer has an event for the consumption by the consumer.
[Visual Basic] Public Event TraceEvent As TraceEventHandler [C#] public event TraceEventHandler TraceEvent; [C++] public: __event TraceEventHandler* TraceEvent;
The event handler receives an argument of type TraceEventArgs containing data related to this event. The following TraceEventArgs 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