Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.UI.WebControls Namespace / SortedGridView Class / OnSorting Method
A System.Web.UI.WebControls.GridViewSortEventArgs that contains event data.
In This Topic
    OnSorting Method
    In This Topic
    Syntax
    protected override void OnSorting( 
       GridViewSortEventArgs e
    )

    Parameters

    e
    A System.Web.UI.WebControls.GridViewSortEventArgs that contains event data.
    Exceptions
    ExceptionDescription
    There is no handler for the System.Web.UI.WebControls.GridView.Sorting event.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also