Design Pattern Framework 3.5
GridViewCustomers_RowCreated Method (sender, e)
Patterns-In-Action! Application ► ASPNETWebApplication.WebAdmin ► Customers ► GridViewCustomers_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)