TraceContextEventHandler (System.Web.TraceContextEventHandler)

Inherits: System.MulticastDelegate

Interfaces: ICloneable, ISerializable

Derived Types: 0

Assembly: System.Web.dll

Represents the method that handles the TraceFinished event of a TraceContext object.

VB.NET C#

C#

public sealed class TraceContextEventHandler : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable
{
}

Articles

Tracing in ASP.NET 2.0 - Plip's Weblog

void Page_Load(object sender, EventArgs e) { Trace.TraceFinished += new System.Web.TraceContextEventHandler(Trace_TraceFinished); } Then in the Event you can actually Access ...

TraceContextEventHandler Delegate (System.Web)

Represents the method that handles the TraceFinished event of a ... Previous Versions .NET Framework 3.0 Class Library System.Web TraceContextEventHandler Delegate

TraceContextEventHandler Delegate (System.Web)

Note: This delegate is new in the .NET Framework version 2.0. Represents ... Previous Versions .NET Framework 2.0 Class Library Reference System.Web TraceContextEventHandler Delegate

Tracing in ASP.NET 2.0: ASP Alliance

void Page_Load(object sender, EventArgs e) { Trace.TraceFinished += new System.Web.TraceContextEventHandler(Trace_TraceFinished); } Then in the Event you can actually Access ...

Mono Documentation

Mono Class Library : System.Web Namespace System.Web.TraceContextEventHandler Delegate: Note: This namespace, class, or member is supported only in version .NET ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support