Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# datagridview double click on cell

 private void dataGridView1_CellContentDoubleClick(object sender, DataGridViewCellEventArgs e)
        {
			MessageBox.Show(e.RowIndex.ToString());
        }
 
PREVIOUS NEXT
Tagged: #datagridview #double #click #cell
ADD COMMENT
Topic
Name
2+4 =