ComponentOne List for WinForms
C1.Win.C1List.ListBase 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