True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / OnSort Method

In This Topic
    OnSort Method (Frame)
    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