ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewSortEventHandler Delegate
The source of the event.
A C1GridViewSortEventArgs object that contains the event data.

In This Topic
    C1GridViewSortEventHandler Delegate
    In This Topic
    Represents the method that will handle the C1GridView.Sorting event of the C1GridView control.
    Syntax
    'Declaration
     
    Public Delegate Sub C1GridViewSortEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As C1GridViewSortEventArgs _
    ) 
    public delegate void C1GridViewSortEventHandler( 
       System.object sender,
       C1GridViewSortEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A C1GridViewSortEventArgs object that contains the event data.
    See Also