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.

EventRecordWrittenEventArgs::EventRecord Property

 

Gets the event record that is published to the event log. This event matches the criteria from the query specified in the event subscription.

Namespace:   System.Diagnostics.Eventing.Reader
Assembly:  System.Core (in System.Core.dll)

public:
property EventRecord^ EventRecord {
	EventRecord^ get();
}

Property Value

Type: System.Diagnostics.Eventing.Reader::EventRecord^

Returns a EventRecord object.

.NET Framework
Available since 3.5

EventRecordWrittenEventArgs Class
System.Diagnostics.Eventing.Reader Namespace
Technology Summary for Reading and Managing Event Logs
Event Log Scenarios

Return to top
Show:
© 2017 Microsoft