System.Web.UI.WebControls Namespace GridViewSortEventArgs Class
.NET Framework version 2.0
Initializes a new instance of the GridViewSortEventArgs class.
[ VB ] Public Sub New ( _ ByVal sortExpression As String, _ ByVal sortDirection As SortDirection _ ) [ C# ] public GridViewSortEventArgs ( string sortExpression, SortDirection sortDirection ); [ C++ ] public: GridViewSortEventArgs ( String^ sortExpression, SortDirection sortDirection ); [ JScript ] public function GridViewSortEventArgs ( sortExpression : String, sortDirection : SortDirection );
Use this constructor to initialize a new instance of the GridViewSortEventArgs class.
The following table shows initial property values for an instance of GridViewSortEventArgs.
NOTE: This constructor is used primarily by control developers when raising events.
GridViewSortEventArgs Members AllowSorting
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note