//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//------------------------------------------------------------------------------
namespace System.Diagnostics {
using System.Diagnostics;
using System;
///
/// [To be supplied.]
///
public delegate void EntryWrittenEventHandler(object sender, EntryWrittenEventArgs e);
}