Guest User

Untitled

a guest
Jun 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. private void grid_ClickCellButton(object sender, CellEventArgs e)
  2. {
  3. int rowIndex = e.Cell.Row.Index;
  4. }
  5.  
  6. private void grid_AfterRowUpdate(object sender, RowEventArgs e)
  7. {
  8. int rowIndex = e.Row.Index;
  9. }
Add Comment
Please, Sign In to add comment