True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1TrueDBDropdown Class / OnRowResize Method

In This Topic
    OnRowResize Method (C1TrueDBDropdown)
    In This Topic
    Occurs when the user has finished resizing a grid row.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnRowResize( _
       ByVal e As CancelEventArgs _
    ) 
    protected override void OnRowResize( 
       CancelEventArgs e
    )

    Parameters

    e
    See Also