[ Team LiB ] Previous Section Next Section

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( )

    [ Team LiB ] Previous Section Next Section