EventRecordWrittenEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When the EventRecordWritten event is raised, an instance of this object is passed to the delegate method that handles the event. This object contains the event that was published to the event log or the exception that occurred when the event subscription failed.
public ref class EventRecordWrittenEventArgs sealed : EventArgs
public sealed class EventRecordWrittenEventArgs : EventArgs
type EventRecordWrittenEventArgs = class
inherit EventArgs
Public NotInheritable Class EventRecordWrittenEventArgs
Inherits EventArgs
- Inheritance
Properties
| Name | Description |
|---|---|
| EventException |
Gets the exception that occurred when the event subscription failed. The exception has a description of why the subscription failed. |
| EventRecord |
Gets the event record that is published to the event log. This event matches the criteria from the query specified in the event subscription. |