DropDownListCategories_SelectedIndexChanged Method (sender, e)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 DropDownListCategories_SelectedIndexChanged Method (sender, e)
Patterns-In-Action! ApplicationASPNETWebApplication.WebShopProductsDropDownListCategories_SelectedIndexChanged(Object, EventArgs)
Rebinds page following category change.
Declaration Syntax
C# Visual Basic
protected void DropDownListCategories_SelectedIndexChanged(
	Object sender,
	EventArgs e
)
Protected Sub DropDownListCategories_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)