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

In This Topic
    OnFootClick Method (Frame)
    In This Topic
    Raised when a column footer has been clicked.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnFootClick( _
       ByVal e As ColEventArgs _
    ) 
    protected virtual void OnFootClick( 
       ColEventArgs e
    )

    Parameters

    e
    See Also