//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.Web { public delegate void TraceContextEventHandler(object sender, TraceContextEventArgs e); }