True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / RowColChangeEventHandler Delegate

In This Topic
    RowColChangeEventHandler Delegate
    In This Topic
    Raised after the current Row or Column changes.
    Syntax
    'Declaration
     
    Public Delegate Sub RowColChangeEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As RowColChangeEventArgs _
    ) 
    public delegate void RowColChangeEventHandler( 
       System.object sender,
       RowColChangeEventArgs e
    )

    Parameters

    sender
    e
    See Also