DropDownListShipping_SelectedIndexChanged Method (sender, e)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 DropDownListShipping_SelectedIndexChanged Method (sender, e)
Patterns-In-Action! ApplicationASPNETWebApplication.WebShopCartDropDownListShipping_SelectedIndexChanged(Object, EventArgs)
Changes to selected shipping method and rebinds new settings to page.
Declaration Syntax
C# Visual Basic
protected void DropDownListShipping_SelectedIndexChanged(
	Object sender,
	EventArgs e
)
Protected Sub DropDownListShipping_SelectedIndexChanged ( _
	sender As Object, _
	e As EventArgs _
)
Parameters
sender (Object)
e (EventArgs)

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