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::EnableEvents Method (EventSource^, EventLevel)

.NET Framework (current version)
 

Enables events for the specified event source that has the specified verbosity level or lower.

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

public:
void EnableEvents(
	EventSource^ eventSource,
	EventLevel level
)

Parameters

eventSource
Type: System.Diagnostics.Tracing::EventSource^

The event source to enable events for.

level
Type: System.Diagnostics.Tracing::EventLevel

The level of events to enable.

If the Guid property in the specified eventSource is Empty, all event sources in the application domain are affected.

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