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

In This Topic
    OnFootClick Method (C1TrueDBDropdown)
    In This Topic
    Occurs when the user clicks on the column footer.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnFootClick( _
       ByVal e As ColEventArgs _
    ) 
    protected override void OnFootClick( 
       ColEventArgs e
    )

    Parameters

    e
    See Also