Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EventListener::OnEventWritten Method (EventWrittenEventArgs^)

.NET Framework (current version)
 

Called whenever an event has been written by an event source for which the event listener has enabled events.

Namespace:   System.Diagnostics.Tracing
Assembly:  mscorlib (in mscorlib.dll)

public protected:
virtual void OnEventWritten(
	EventWrittenEventArgs^ eventData
)

Parameters

eventData
Type: System.Diagnostics.Tracing::EventWrittenEventArgs^

The event arguments that describe the event.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show:
© 2017 Microsoft