EntryWrittenEventHandler

EntryWrittenEventHandlerserializable

System.Diagnostics (system.dll)delegate

This delegate supports the EventLog.EntryWritten event.

public delegate void EntryWrittenEventHandler(object sender, EntryWrittenEventArgs e);

Associated Events

EventLog.EntryWritten( )



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System