GridViewCustomers_Sorting Method (sender, e)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GridViewCustomers_Sorting Method (sender, e)
Patterns-In-Action! ApplicationASPNETWebApplication.WebAdminCustomersGridViewCustomers_Sorting(Object, GridViewSortEventArgs)
Sets sort order and re-binds page.
Declaration Syntax
C# Visual Basic
protected void GridViewCustomers_Sorting(
	Object sender,
	GridViewSortEventArgs e
)
Protected Sub GridViewCustomers_Sorting ( _
	sender As Object, _
	e As GridViewSortEventArgs _
)
Parameters
sender (Object)
e (GridViewSortEventArgs)

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