Design Pattern Framework 3.5
GridViewOrders_RowCreated Method (sender, e)
Patterns-In-Action! Application ► ASPNETWebApplication.WebAdmin ► Orders ► GridViewOrders_RowCreated(Object, GridViewRowEventArgs)
Adds glyph to header according to current sort settings.
Declaration Syntax
C# | Visual Basic |
protected void GridViewOrders_RowCreated( Object sender, GridViewRowEventArgs e )
Protected Sub GridViewOrders_RowCreated ( _ sender As Object, _ e As GridViewRowEventArgs _ )
Parameters
- sender (Object)