EventLogWatcher public class EventLogWatcher : IDisposable Documentation Code public bool Enabled { get; set; } public event EventHandler<EventRecordWrittenEventArgs> EventRecordWritten public EventLogWatcher(EventLogQuery eventQuery) public EventLogWatcher(EventLogQuery eventQuery, EventBookmark bookmark) public EventLogWatcher(EventLogQuery eventQuery, EventBookmark bookmark, bool readExistingEvents) public EventLogWatcher(string path) public void Dispose() protected virtual void Dispose(bool disposing)