1 instantiation of GridViewSortEventArgs
System.Web (1)
UI\WebControls\GridView.cs (1)
3158
GridViewSortEventArgs e = new
GridViewSortEventArgs
(sortExpression, sortDirection);
4 references to GridViewSortEventArgs
System.Web (4)
UI\WebControls\GridView.cs (2)
3158
GridViewSortEventArgs
e = new GridViewSortEventArgs(sortExpression, sortDirection);
3883
protected virtual void OnSorting(
GridViewSortEventArgs
e) {
UI\WebControls\GridViewSortEventArgs.cs (1)
26
/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.
GridViewSortEventArgs
'/> class.</para>
UI\WebControls\GridViewSortEventHandler.cs (1)
19
public delegate void GridViewSortEventHandler(object sender,
GridViewSortEventArgs
e);