|
void Page_Load(object sender, EventArgs e) { Trace.TraceFinished += new System.Web.TraceContextEventHandler(Trace_TraceFinished); } Then in the Event you can actually Access ...
|
|
Represents the method that handles the TraceFinished event of a ... Previous Versions .NET Framework 3.0 Class Library System.Web TraceContextEventHandler Delegate
|
|
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
|
|
void Page_Load(object sender, EventArgs e) { Trace.TraceFinished += new System.Web.TraceContextEventHandler(Trace_TraceFinished); } Then in the Event you can actually Access ...
|
|
Mono Class Library : System.Web Namespace System.Web.TraceContextEventHandler Delegate: Note: This namespace, class, or member is supported only in version .NET ...
|