Design Pattern Framework 3.5
GridViewProducts_RowCreated Method (sender, e)
Patterns-In-Action! Application ► ASPNETWebApplication.WebShop ► Products ► GridViewProducts_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)