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