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

In This Topic
    NotifyRowColChange Method (View)
    In This Topic
    Notifies what curent row or column is changed.
    Syntax
    'Declaration
     
    Protected Overridable Sub NotifyRowColChange( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) 
    protected virtual void NotifyRowColChange( 
       System.int row,
       System.int col
    )

    Parameters

    row
    col
    See Also