True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / RowColChange Event

In This Topic
    RowColChange Event (C1TrueDBGrid)
    In This Topic
    Occurs when the focus moves to a different cell.
    Syntax
    'Declaration
     
    Public Event RowColChange As RowColChangeEventHandler
    public event RowColChangeEventHandler RowColChange
    Event Data

    The event handler receives an argument of type RowColChangeEventArgs containing data related to this event. The following RowColChangeEventArgs properties provide information specific to this event.

    PropertyDescription
    The previous column index of the DisplayColumns collection.  
    The previous row index.  
    See Also