2 references to EntryWrittenEventArgs
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLogInternal.cs (2)
566
this.SynchronizingObject.BeginInvoke(this.onEntryWrittenHandler, new object[] { this, new
EntryWrittenEventArgs
(entry) });
570
onEntryWrittenHandler(this, new
EntryWrittenEventArgs
(entry));