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

In This Topic
    OnRowResize Method (C1TrueDBGrid)
    In This Topic
    Raises the RowResize event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnRowResize( _
       ByVal e As CancelEventArgs _
    ) 
    protected override void OnRowResize( 
       CancelEventArgs e
    )

    Parameters

    e
    See Also