It seems, you need the AfterContentsGrouped event.
There is no special event triggered when FillFromRS has finished its work. This is a synchronous call, and you can simply do what you need after the grid has been populated with FillFromRS in the next statement.