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