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

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

    Parameters

    e
    See Also