2 instantiations of 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));
4 references to EntryWrittenEventArgs
System (4)
services\monitoring\system\diagnosticts\EntryWrittenEventArgs.cs (3)
25/// initializes a new instance of the <see cref='System.Diagnostics.EntryWrittenEventArgs'/> class without 26/// specifying a value for <see cref='System.Diagnostics.EntryWrittenEventArgs.Entry'/>. 35/// Initializes a new instance of the <see cref='System.Diagnostics.EntryWrittenEventArgs'/> class with the
services\monitoring\system\diagnosticts\EntryWrittenEventHandler.cs (1)
16public delegate void EntryWrittenEventHandler(object sender, EntryWrittenEventArgs e);