|
 |
aspx_beginners thread: Sender as objetc, E as EventArgs
Message #1 by "Edwin Lopez" <elopez@u...> on Sat, 10 Nov 2001 18:12:49
|
|
Hi,
I've seen something that I can't quite understand about ASP.NET:
Sub Page_Load(Sender as Object, E as EventArgs)
Is there any article or kind enough person out there that explains why Sub
Page_Load is declaring these two parameters?
Thanks,
Edwin
Message #2 by Kyle Burns <kburns@c...> on Mon, 12 Nov 2001 09:47:02 -0500
|
|
All .NET event procedures receive the parameters Sender and E and this is
nothing specific to the Page object.
=================================
Kyle M. Burns, MCSD, MCT
ECommerce Technology Manager
Centra Credit Union
kburns@c...
-----Original Message-----
From: Edwin Lopez [mailto:elopez@u...]
Sent: Saturday, November 10, 2001 1:13 PM
To: aspx_beginners
Subject: [aspx_beginners] Sender as objetc, E as EventArgs
Hi,
I've seen something that I can't quite understand about ASP.NET:
Sub Page_Load(Sender as Object, E as EventArgs)
Is there any article or kind enough person out there that explains why Sub
Page_Load is declaring these two parameters?
Thanks,
Edwin
---
The Antechinus C# Editor
Enables you to design, compile and run C# applications
from the integrated environment. Version 4.1 has been
upgraded for seamless integration with Microsoft's
Beta 2 version of the .NET environment. Antechinus
enables project generation and maintenance for the
compilation of console and Windows programs, libraries
and add-on modules and includes syntax coloring and
syntax error navigation after compiling.
http://adtracking.wrox.com/track.asp?x=NEWS&url=www.c-point.com
---
You are currently subscribed to aspx_beginners
as: kburns@c...
$subst('Email.Unsub')
|
|
 |