Gets or sets a value indicating whether the System.Diagnostics.EventLog receives EventLog.EntryWritten event notifications.
Documentation for this section has not yet been entered.
The EventLog.EnableRaisingEvents property determines whether the System.Diagnostics.EventLog raises events when entries are written to the log. When the property is true, components that receive the EventLog.EntryWritten event will receive notification any time an entry is written to the log that is specified in the EventLog.Log property. If EventLog.EnableRaisingEvents is false, no events are raised.
You can receive event notifications only when entries are written on the local computer. You cannot receive notifications for entries written on remote computers.