Hi,
I need the # of rows selected for deletion and currently I am using the BeforeRowsDeleted to store the lenght of selected rows into a variable to use in the AfterRowsDeleted event. Is that # availble somewhere in teh AfterRowsDeleted event? I have a few grids on the form and this would elimante a bunch of code...
thanks.
No, I don't think so. The AfterRowsDeleted fires after the rows have already been delete. They no longer exist, so there's no way to get a count of the rows - because they are no longer there.