ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / Sorted Event

In This Topic
    Sorted Event (C1GridView)
    In This Topic
    Occurs when the hyperlink to sort a column is clicked, but after the C1GridView control handles the sort operation.
    Syntax
    'Declaration
     
    Public Event Sorted As System.EventHandler
    public event System.EventHandler Sorted
    See Also