|
Este artigo foi traduzido por máquina. Coloque o ponteiro do mouse sobre as frases do artigo para ver o texto original. Mais informações.
|
Tradução
Original
|
Propriedade Control.Context
Assembly: System.Web (em System.Web.dll)
Valor de propriedade
Tipo: System.Web.HttpContextprotectedoverridebool OnBubbleEvent(object sender, EventArgs e) { // Use the Context property to write text to the TraceContext object// associated with the current request. Context.Trace.Write("The ParentControl's OnBubbleEvent method is called."); Context.Trace.Write("The Source of event is: " + sender.ToString()); returntrue; }
protected boolean OnBubbleEvent(Object sender, EventArgs e)
{
// Use the Context property to write text to the TraceContext object
// associated with the current request.
get_Context().get_Trace().Write("The ParentControl's OnBubbleEvent"
+ " method is called.");
get_Context().get_Trace().Write(("The Source of event is: "
+ sender.ToString()));
return true ;
} //OnBubbleEvent
Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
o.NET Framework e.NET Compact Framework não oferecem suporte a todas as versões de cada plataforma. Para obter uma lista de versões suportadas, consulte Requisitos de sistema do .NET framework.