GridViewCustomers_RowCreated Method (sender, e)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GridViewCustomers_RowCreated Method (sender, e)
Patterns-In-Action! ApplicationASPNETWebApplication.WebAdminCustomersGridViewCustomers_RowCreated(Object, GridViewRowEventArgs)
Adds glyphs to gridview header according to sort order.
Declaration Syntax
C# Visual Basic
protected void GridViewCustomers_RowCreated(
	Object sender,
	GridViewRowEventArgs e
)
Protected Sub GridViewCustomers_RowCreated ( _
	sender As Object, _
	e As GridViewRowEventArgs _
)
Parameters
sender (Object)
e (GridViewRowEventArgs)

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