EventWrittenEventArgs Class
Provides data for the EventListener::OnEventWritten callback.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ActivityId | [Supported in the .NET Framework 4.5.1 and later versions] Gets the activity ID on the thread that the event was written to. |
![]() | Channel | Gets the channel for the event. |
![]() | EventId | Gets the event identifier. |
![]() | EventName | Gets the name of the event. |
![]() | EventSource | Gets the event source object. |
![]() | Keywords | Gets the keywords for the event. |
![]() | Level | Gets the level of the event. |
![]() | Message | Gets the message for the event. |
![]() | Opcode | Gets the operation code for the event. |
![]() | Payload | Gets the payload for the event. |
![]() | PayloadNames | Returns a list of strings that represent the property names of the event. |
![]() | RelatedActivityId | [Supported in the .NET Framework 4.5.1 and later versions] Gets the identifier of an activity that is related to the activity represented by the current instance. |
![]() | Tags | Returns the tags specified in the call to the Write method. |
![]() | Task | Gets the task for the event. |
![]() | Version | Gets the version of the event. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


