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

In This Topic
    OnRowResize Method (Frame)
    In This Topic
    Raised before a row is resized.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnRowResize( _
       ByVal e As CancelEventArgs _
    ) 
    protected virtual void OnRowResize( 
       CancelEventArgs e
    )

    Parameters

    e
    See Also