ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / OnSort Method

In This Topic
    OnSort Method (C1List)
    In This Topic
    Raised when the datasource is sorted by clicking the column header.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSort( _
       ByVal e As FilterEventArgs _
    ) 
    protected virtual void OnSort( 
       FilterEventArgs e
    )

    Parameters

    e
    See Also