Thread: dataGridView1_CellValueChanged

  1. #1
    Registered User
    Join Date
    Oct 2008
    Posts
    59

    dataGridView1_CellValueChanged

    I wonder, when using the this event to check when a CellValue is changed.
    I want to find out wich RowNumber in the dataGrid this Cell is located.

    How is this possible ?
    Thank you


    Code:
    dataGridView1_CellValueChanged
    Last edited by franse; 10-23-2008 at 04:22 PM.

  2. #2
    Registered User
    Join Date
    Oct 2008
    Posts
    59
    I found out that the sender e contains data about this like

    e->RowIndex;

Popular pages Recent additions subscribe to a feed