DataGridSortCommandEventHandler

DataGridSortCommandEventHandlerserializable

System.Web.UI.WebControls (system.web.dll)delegate

This delegate specifies the parameter list that a subroutine must have to handle the DataGrid.SortCommand event. This event specifies additional information about the selected column (DataGridSortCommandEventArgs.SortExpression), which you can use to build a new data source. This event handler should then rebind the data source to the DataGrid control to update the display.

public delegate void DataGridSortCommandEventHandler(object source, DataGridSortCommandEventArgs e);

Associated Events

DataGrid.SortCommand( )



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net