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.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | EnableEvents(EventSource^, EventLevel) | Enables events for the specified event source that has the specified verbosity level or lower. |
![]() | EnableEvents(EventSource^, EventLevel, EventKeywords) | Enables events for the specified event source that has the specified verbosity level or lower, and matching keyword flags. |
![]() | EnableEvents(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. |
Show:
