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

In This Topic
    OnRowChange Method (C1TrueDBDropdown)
    In This Topic
    Occurs when the focus moves to a different row.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnRowChange( _
       ByVal e As System.EventArgs _
    ) 
    protected virtual void OnRowChange( 
       System.EventArgs e
    )

    Parameters

    e
    See Also