I would be very productive to be able to reference the columns by their names also, so when changes are made to the ListView columns or fields, the code in this events would not need to be changed to the proper column index reference, so in case of using e.Values(3) or e.Parameters(4), that we could use e.Values("colFirstName")