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

.NET Framework (current version)
 

Enables events for the specified event source.

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

NameDescription
System_CAPS_pubmethodEnableEvents(EventSource^, EventLevel)

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

System_CAPS_pubmethodEnableEvents(EventSource^, EventLevel, EventKeywords)

Enables events for the specified event source that has the specified verbosity level or lower, and matching keyword flags.

System_CAPS_pubmethodEnableEvents(EventSource^, EventLevel, EventKeywords, IDictionary<String^, String^>^)

Enables events for the specified event source that has the specified verbosity level or lower, matching event keyword flag, and matching arguments.

Return to top
Show:
© 2017 Microsoft