GridViewProducts_RowCreated Method (sender, e)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GridViewProducts_RowCreated Method (sender, e)
Patterns-In-Action! ApplicationASPNETWebApplication.WebShopSearchGridViewProducts_RowCreated(Object, GridViewRowEventArgs)
Adds glyph to header according to current sort settings.
Declaration Syntax
C# Visual Basic
protected void GridViewProducts_RowCreated(
	Object sender,
	GridViewRowEventArgs e
)
Protected Sub GridViewProducts_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)