Page_Load Method (sender, e)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Page_Load Method (sender, e)
Patterns-In-Action! ApplicationASPNETWebApplication.WebAdminOrderPage_Load(Object, EventArgs)
Declaration Syntax
C# Visual Basic
protected void Page_Load(
	Object sender,
	EventArgs e
)
Protected Sub Page_Load ( _
	sender As Object, _
	e As EventArgs _
)
Parameters
sender (Object)
e (EventArgs)

Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)