G
Guest
I have an event handler that receives events when a datarow is about to be
changed in a datatable. However, all that is passed to the event handler is
the action type and the DataRow object that is going to be changed. I want
to get the row number without comparing each datarow object in the datatable
to the datarow passed to the event handler. I know that I can get the row
index if I get a currency manager from a bindingcontext but I don't want to
go that route.
Anyone know how to get the row index from the DataRow Object? Thanks.
changed in a datatable. However, all that is passed to the event handler is
the action type and the DataRow object that is going to be changed. I want
to get the row number without comparing each datarow object in the datatable
to the datarow passed to the event handler. I know that I can get the row
index if I get a currency manager from a bindingcontext but I don't want to
go that route.
Anyone know how to get the row index from the DataRow Object? Thanks.