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

In This Topic
    OnColResize Method (C1TrueDBDropdown)
    In This Topic
    Occurs when the user has resized a column.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnColResize( _
       ByVal e As ColResizeEventArgs _
    ) 
    protected override void OnColResize( 
       ColResizeEventArgs e
    )

    Parameters

    e
    See Also