2 references to EntryWrittenEventArgs
System (2)
services\monitoring\system\diagnosticts\EventLogInternal.cs (2)
742
this.SynchronizingObject.BeginInvoke(this.onEntryWrittenHandler, new object[]{this, new
EntryWrittenEventArgs
(entry)});
744
onEntryWrittenHandler(this, new
EntryWrittenEventArgs
(entry));